Skip to content

Commit 540910e

Browse files
committed
Add encrypted pypi token to travis.yml
1 parent dbefe81 commit 540910e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
language: python
22
python:
3-
- "3.6"
4-
- "3.7"
3+
- '3.6'
4+
- '3.7'
55
cache: pip
66
install:
7-
- pip install -r requirements.txt
8-
- pip install -r requirements_test.txt
7+
- pip install -r requirements.txt
8+
- pip install -r requirements_test.txt
99
script:
10-
- pytest --black --flake8
10+
- pytest --black --flake8
11+
deploy:
12+
provider: pypi
13+
user: __token__
14+
password:
15+
secure: XYy4CBaMpy9RKs1sVyDpIivUfxhdBnRSWjJBtn/8NrzNAk6WMKsKqDCjgKcr+y3maoIHyVN/AIkbbzYpqxvmGwBShmjkYoRBhZ+FO0oya4BU8gfm62QIXOrf5Rox0jFcV7VIAyDyFbCOWt0NkidMD2h9jV2Gib1/xvDucT+qao/prJ63N4YZYk1jd6R4l9Jc/5DK3IH38QwLjUNksPOnRPn+6/FSFC9pv7+fRzfYoGiUHH4dPHtIlW+VTWNijQnuI9xq+Y9pnlQ2iZAQCtvVmKIAzv2qCFdePyT1o+0sHMk4+YQFXd5CVdU7Rp08wwyTmVENmbLrBjwQg6QgfJWljAg7ZaeDicqJwqDe8QzQMOWuJ5S6PhtGPc6Mype4TeRa82CdUiawkoM/ZlSOQdbpz2ULEA+n0SmmmrqsairoZIwqv5vqOu2Khl5BtuG0vN9LyVh2Rb7AcYYKuiCZOsLMNnVQDEeN6Q+44ebAdLKqnSfyYiQyK3M3IDPON6OWLN1+OgDYer3psr7bQygdHTOZm9pVerNcPgaTUtWx7Jz3tRPNoQjUsExNPVR2f297r3VdcrkRnN+fLlU1CZJA2Q+bXtixUI8GDPs5T58myDIT92iQG88ZYLrvHKsy5N8etQzV8gQ0rvezJvNTuh/NmfbsXcKn5yO3nbe2F/rbC7NZqRk=
16+
on:
17+
tags: true
File renamed without changes.

0 commit comments

Comments
 (0)