Skip to content

Commit 5ea6224

Browse files
committed
Deploy to PyPI from Travis-CI
1 parent ae15a3b commit 5ea6224

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,17 @@ script:
1919
after_script:
2020
- coveralls
2121
sudo: false
22+
addons:
23+
apt:
24+
packages:
25+
- pandoc
26+
before_deploy:
27+
- pip install -r requirements-dev.txt
28+
deploy:
29+
provider: pypi
30+
user: skoegl
31+
password:
32+
secure: ppMhKu82oIig1INyiNkt9veOd5FUUIKFUXj2TzxMSdzPtzAhQnScJMGPEtPfH8MwXng/CtJiDWS6zJzRFsW/3Ch+JHPkOtxOfkopBs1t1SpCyqNPSvf6Zxh83Dg6Bq6+8GyVW1RPuNIGflsvzY2C3z5i79FQXwZd8EQlg7Vu0Wo=
33+
on:
34+
tags: true
35+
distributions: sdist bdist_wheel

0 commit comments

Comments
 (0)