File tree Expand file tree Collapse file tree 1 file changed +15
-22
lines changed Expand file tree Collapse file tree 1 file changed +15
-22
lines changed Original file line number Diff line number Diff line change 1
1
group : travis_latest
2
2
language : python
3
3
cache : pip
4
-
5
- # safelist
6
4
branches :
7
5
only :
8
- - master
9
- - develop
10
- - gh-pages
11
-
6
+ - master
7
+ - develop
8
+ - gh-pages
12
9
notifications :
13
10
email :
14
11
on_success : never
15
-
16
12
matrix :
17
13
include :
18
- - python : 3.6
19
- - python : 3.7
20
- dist : xenial
21
- sudo : true
22
-
23
-
14
+ - python : 3.6
15
+ - python : 3.7
16
+ dist : xenial
17
+ sudo : true
24
18
install :
25
- - if [[ "$TEST_MODE" == "DOCS" ]]; then pip install -q .; fi
26
- - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install -q .[tests]; fi
27
- - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install flake8 flake8-docstrings; fi
28
-
19
+ - if [[ "$TEST_MODE" == "DOCS" ]]; then pip install -q .; fi
20
+ - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install -q .[tests]; fi
21
+ - if [[ "$TEST_MODE" != "DOCS" ]]; then pip install flake8 flake8-docstrings; fi
29
22
script :
30
- - if [[ "$TEST_MODE" != "DOCS" ]]; then pytest; fi
31
- - if [[ "$TEST_MODE" != "DOCS" ]]; then flake8; fi
32
-
23
+ - if [[ "$TEST_MODE" != "DOCS" ]]; then pytest; fi
24
+ - if [[ "$TEST_MODE" != "DOCS" ]]; then flake8; fi
33
25
deploy :
34
26
provider : pypi
35
- user : " BloodAxe"
36
- password : " $PYPI_TOKEN"
27
+ user : BloodAxe
28
+ password :
29
+ secure : Xmwz0QnikjxZ9PNKbxGo6KZHJZVXLtrjciVwNv7p/iAFQ35ORZ6Kd5aW6Ktqyr9s2s48N9zNJizJfLYtiK8hW9YM9LQLt1HTToLaeXyaAPoBOAdVYTO9iNGq9Vg4DP9fDBYtfW4dfcD/jbZ370bzJTBv2J90hjwJG1Ev2FPMfVLjxN380Gu1Q3WJxFDS4HLL2vzUrb+Rv37oUksZwkxMPWeXpEvUmm9KtNw1W3kLrISaUy10iAVsonCf3nKrE/A9YuIQ5u2aaNE+Mv6OPcsENYFJcORcM4jIH6XlRce0Z/OMs16YjyqLk43gVrymXK3nbIcVnwOu0VlDbyvgwOcQ9S7BG1rn2sx4+fuGv5ETSeMx9XX6YzKFrrff3NDG9g/k373upF+t1O2HEwzYZWGibjnUgLWU7dp+9y8tnIznyd7wsaxNXxy1gUArcQE6TDHCV922as70+GkxpjfFACx/E4HnhWgnWCl3B6lSyCKcB1Fha00rCADqV2m/XZIRQMiwa1ueuxDQQYHCXABVLnppv1K7CbRnIQq9f7yt6Yzadqc/7id277/ayCj/9KVcXPycFmauPUAVti+p/z/HwkmhMVy7OX4k+nn04jLzOUW3ZVweeKk6jS/jSJbyctURUeLdUHGEpxxngfqUu5BNmYvAptbKCouUns8TiiT0zhVfZSk=
You can’t perform that action at this time.
0 commit comments