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 285168a commit 5bacd43Copy full SHA for 5bacd43
.travis.yml
@@ -14,7 +14,6 @@ script:
14
- tox
15
after_success:
16
- coveralls
17
- - .ci/travis_build_conda.sh || travis_terminate 1;
18
deploy:
19
provider: pypi
20
user: "DomDF"
@@ -25,3 +24,5 @@ deploy:
25
24
python: "3.6"
26
distributions: "sdist bdist_wheel"
27
skip_existing: true
+after_deploy:
28
+ - .ci/travis_build_conda.sh || travis_terminate 1;
0 commit comments