Skip to content

Commit 5bacd43

Browse files
committed
Switch travis to build and deploy conda package ONLY after deployment to PyPI
1 parent 285168a commit 5bacd43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ script:
1414
- tox
1515
after_success:
1616
- coveralls
17-
- .ci/travis_build_conda.sh || travis_terminate 1;
1817
deploy:
1918
provider: pypi
2019
user: "DomDF"
@@ -25,3 +24,5 @@ deploy:
2524
python: "3.6"
2625
distributions: "sdist bdist_wheel"
2726
skip_existing: true
27+
after_deploy:
28+
- .ci/travis_build_conda.sh || travis_terminate 1;

0 commit comments

Comments
 (0)