File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments