Skip to content

Commit 2b535b7

Browse files
committed
Update upload token
1 parent 43fa156 commit 2b535b7

File tree

1 file changed

+15
-22
lines changed

1 file changed

+15
-22
lines changed

.travis.yml

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,29 @@
11
group: travis_latest
22
language: python
33
cache: pip
4-
5-
# safelist
64
branches:
75
only:
8-
- master
9-
- develop
10-
- gh-pages
11-
6+
- master
7+
- develop
8+
- gh-pages
129
notifications:
1310
email:
1411
on_success: never
15-
1612
matrix:
1713
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
2418
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
2922
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
3325
deploy:
3426
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=

0 commit comments

Comments
 (0)