Skip to content

Commit c022899

Browse files
committed
auto deploy with py37
1 parent 8564362 commit c022899

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
- "pypy"
89
install:
910
- pip install tox-travis
@@ -16,3 +17,11 @@ addons:
1617
- libenchant-dev
1718
git:
1819
depth: false
20+
deploy:
21+
provider: pypi
22+
user: Julian
23+
password: ...
24+
distributions: "sdist bdist_wheel"
25+
on:
26+
branch: master
27+
python: "3.7"

0 commit comments

Comments
 (0)