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:
16
16
- name : " Python 2.7 on linux"
17
17
python : 2.7
18
18
env : PIP=pip PYTHON=python
19
+ - name : " Python 3.6 on linux"
20
+ python : 3.6
21
+ env : PIP=pip3 PYTHON=python
19
22
deploy :
20
23
# production pypi
21
24
- 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=
25
28
skip_existing : true
26
29
on :
27
30
tags : true
28
31
branch : python2
29
- - name : " Python 3.6 on linux"
30
- python : 3.6
31
- env : PIP=pip3 PYTHON=python
32
32
- name : " Python 3.7 on linux"
33
33
python : 3.7
34
34
env : PIP=pip3 PYTHON=python
You can’t perform that action at this time.
0 commit comments