File tree Expand file tree Collapse file tree 1 file changed +27
-28
lines changed Expand file tree Collapse file tree 1 file changed +27
-28
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial # required for Python >= 3.7
1
+ dist : xenial
2
2
language : python
3
3
python :
4
- - " 2.7"
5
- - " 3.4"
6
- - " 3.5"
7
- - " 3.6"
8
- - " 3.7"
9
- - " 3.8"
10
- - " 3.9"
4
+ - ' 2.7'
5
+ - ' 3.4'
6
+ - ' 3.5'
7
+ - ' 3.6'
8
+ - ' 3.7'
9
+ - ' 3.8'
10
+ - ' 3.9'
11
11
services :
12
- - docker
12
+ - docker
13
13
install :
14
- - pip install virtualenv --upgrade
15
- - make install
16
- - make test-install
14
+ - pip install virtualenv --upgrade
15
+ - make install
16
+ - make test-install
17
17
script :
18
- - make test
18
+ - make test
19
19
deploy :
20
- - provider : script
21
- script : make docker-build && make docker-push
22
- skip_cleanup : true
23
- on :
24
- tags : true
25
- python : " 3.6"
26
- - provider : pypi
27
- skip_cleanup : true
28
- user : " __token__"
29
- password : $PYPI_TOKEN
30
- on :
31
- tags : true
32
- python : " 3.6"
33
-
20
+ - provider : script
21
+ script : make docker-build && make docker-push
22
+ skip_cleanup : true
23
+ on :
24
+ tags : true
25
+ python : ' 3.6'
26
+ - provider : pypi
27
+ skip_cleanup : true
28
+ user : __token__
29
+ password : " $PYPI_TOKEN"
30
+ on :
31
+ tags : true
32
+ python : ' 3.6'
34
33
notifications :
35
34
slack :
36
35
if : branch = main
37
36
on_pull_requests : false
38
37
on_success : never
39
38
on_failure : change
40
39
rooms :
41
- - secure : hH8HAepfg60pch6GZ/GprMDpcyu7IjXS4eD+lIcG6TIhEIdn0YCO5K1GiFlDtWgiFfnk5tY5Wr40CEv66cJLg2DnI/q7l3O3wDof80mrbX18EOZ4cFg9ZgAAfSij4znbzf4/9ZQvLxA826Nx/yk9D33o1UE6nHF2xVMfb4bRptw =
40
+ secure : n7ZtDd7AvPsw7Wd6fOCCWYiakWpCnYs1QqXpiozF9Rh1Z90XcrQp72utPFyl81jJp7zlgYWXSfHqmnUpbOCWd04WTsC4dkAY6dd/ThARV4kRkxONX3nlbRESOeZIWNXNOeSR1pg6sd9H7xwIDGmmN2arnFRNiQAD0y5li0yxAfQ =
You can’t perform that action at this time.
0 commit comments