We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae15a3b commit 5ea6224Copy full SHA for 5ea6224
.travis.yml
@@ -19,3 +19,17 @@ script:
19
after_script:
20
- coveralls
21
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