Skip to content

Commit 8caf2d6

Browse files
committed
auto deply with py37
1 parent 8564362 commit 8caf2d6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
78
- "pypy"
89
install:
9-
- pip install tox-travis
10+
- pip install tox-travis setuptools_scm
1011
script:
1112
- tox
1213
sudo: false
@@ -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)