8000
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.
2 parents df2d3a7 + d0fe806 commit ab2e32eCopy full SHA for ab2e32e
.travis.yml
@@ -19,6 +19,16 @@ script:
19
after_success:
20
- coveralls
21
22
+deploy:
23
+ provider: pypi
24
+ user: "repeatedly"
25
+ password:
26
+ secure: "ePNUJvw76/pGM+c++vJ1Qa2a2/PZ0bWc04So9ZRTxlOWao4+ZgldsKqqFUps3NqyfddNUDwkoz7mNwJGMcLnkAJK9dhobolIdyMEVke1iQkXEJAuxQ6I3ezZp2wRYOfIl7+ztqXauZA5DflXVnfeOfPZpzvwLsFClFlklyCfWJM="
27
+ on:
28
+ tags: true
29
+ condition: '"$TRAVIS_PYTHON_VERSION" = "3.6" -o "$TRAVIS_PYTHON_VERSION" = "2.7"'
30
+ distributions: "sdist bdist_wheel"
31
+
32
matrix:
33
allow_failures:
34
- python: nightly
0 commit comments