Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 0771e6d

Browse files
committed
Use Travis CI to deploy to PyPI
1 parent 487ea9f commit 0771e6d

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
@@ -8,7 +8,6 @@ addons:
88
packages:
99
- graphviz
1010

11-
1211
install:
1312
pip install tox
1413

@@ -34,3 +33,13 @@ matrix:
3433
sudo: true
3534
- env: TOXENV=lint
3635
python: 3.6
36+
37+
deploy:
38+
provider: pypi
39+
user: prmtl
40+
password:
41+
secure: P1Nv54dQUOY+sXAWKkyfkHdhDvziCS3U/6As/NgfKEHCfY6fnZZJzylDuzbJ13foGaQniUa2+InuxoUFsH21YRBaif3PXUlTAJEiseWC3cr0E7DiicnDQB0fWqGS0MT2lQa29H34WVPrxnckt9Hy1whAJYAbBIixbHQrDB22G+U=
42+
distributions: "sdist bdist_wheel" # Your distributions here
43+
on:
44+
python: 3.7
45+
tags: true

0 commit comments

Comments
 (0)