Skip to content

Commit

Permalink
.travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed Aug 16, 2018
1 parent 955f9f4 commit b3aa000
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ language: python
python:
- '2.6'
- '2.7'
- '3.5'
- '3.6'
install:
- pip install requests
- pip install six
- pip install nose
- pip install pep8
- pip install dicttoxml
Expand All @@ -18,7 +15,7 @@ deploy:
provider: pypi
distributions: sdist bdist_wheel
user: dt3310321
password: *********
password: 000000000
on:
tags: true
branch: master

0 comments on commit b3aa000

Please sign in to comment.