Skip to content

Commit

Permalink
modify travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 committed Aug 16, 2018
1 parent 3b84d29 commit eb0cf4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python
python:
- '2.6'
- '2.7'
- '3.5'
- '3.6'
install:
- pip install requests
- pip install nose
Expand All @@ -15,7 +17,7 @@ deploy:
provider: pypi
distributions: sdist bdist_wheel
user: dt3310321
password: 000000000
password: 0
on:
tags: true
branch: master

0 comments on commit eb0cf4b

Please sign in to comment.