Skip to content

Commit 341fd4b

Browse files
committed
Add pypi uploads (#10)
1 parent ede14c9 commit 341fd4b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@ language: python
22
sudo: false
33
cache: pip
44
python:
5-
- 3.5
65
- 3.6
76
- 3.7
7+
- 3.8
88
install:
99
- pip install tox-travis
1010
script:
1111
- tox
12+
deploy:
13+
provider: pypi
14+
user: __token__
15+
password: ${PYPI_PASSWORD}
16+
on:
17+
tags: true
18+
condition: "$TRAVIS_PYTHON_VERSION == 3.8"

0 commit comments

Comments
 (0)