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 876ffaa commit af5ea13Copy full SHA for af5ea13
.ci/travis_build_conda.sh
@@ -11,6 +11,7 @@ source "$HOME/miniconda/etc/profile.d/conda.sh"
11
hash -r
12
conda config --set always_yes yes --set changeps1 no
13
conda update -q conda
14
+conda install conda-build
15
conda info -a
16
conda config --add channels domdfcoding || exit 1
17
conda build conda --output-directory conda/dist
.travis.yml
@@ -14,7 +14,7 @@ script:
- tox
after_success:
- coveralls
- - .ci/travis_build_conda.sh
+ - .ci/travis_build_conda.sh || travis_terminate 1;
18
deploy:
19
provider: pypi
20
user: "DomDF"
0 commit comments