Skip to content

Commit 181d917

Browse files
committed
try fix travis deploy python2 branch
1 parent f4859ee commit 181d917

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ matrix:
1616
- name: "Python 2.7 on linux"
1717
python: 2.7
1818
env: PIP=pip PYTHON=python
19+
- name: "Python 3.6 on linux"
20+
python: 3.6
21+
env: PIP=pip3 PYTHON=python
1922
deploy:
2023
# production pypi
2124
- provider: pypi
22-
user: nyuccl
23-
password:
24-
secure: h8nh6ooykI7eniajVkE/MYxZgyZoxcKRODhFWUwjlSHRmUV2tW/n2i/4MYJvMQXqiBgO64nOPmNhNH0mhYY+GbwyinAThRn3xhPIUfO8tV+edpzlzSwnGT+xSRINoUaGZfrs5UqCPVS7Ff5EB4SYRfrYBoV2VA5sx1XxoKKPkU4=
25+
user: nyuccl
26+
password:
27+
secure: h8nh6ooykI7eniajVkE/MYxZgyZoxcKRODhFWUwjlSHRmUV2tW/n2i/4MYJvMQXqiBgO64nOPmNhNH0mhYY+GbwyinAThRn3xhPIUfO8tV+edpzlzSwnGT+xSRINoUaGZfrs5UqCPVS7Ff5EB4SYRfrYBoV2VA5sx1XxoKKPkU4=
2528
skip_existing: true
2629
on:
2730
tags: true
2831
branch: python2
29-
- name: "Python 3.6 on linux"
30-
python: 3.6
31-
env: PIP=pip3 PYTHON=python
3232
- name: "Python 3.7 on linux"
3333
python: 3.7
3434
env: PIP=pip3 PYTHON=python

0 commit comments

Comments
 (0)