Skip to content

Commit eb0cf4b

Browse files
committed
modify travis
1 parent 3b84d29 commit eb0cf4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: python
33
python:
44
- '2.6'
55
- '2.7'
6+
- '3.5'
7+
- '3.6'
68
install:
79
- pip install requests
810
- pip install nose
@@ -15,7 +17,7 @@ deploy:
1517
provider: pypi
1618
distributions: sdist bdist_wheel
1719
user: dt3310321
18-
password: 000000000
20+
password: 0
1921
on:
2022
tags: true
2123
branch: master

0 commit comments

Comments
 (0)