Skip to content

Commit af5ea13

Browse files
committed
Install conda-build in travis
1 parent 876ffaa commit af5ea13

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/travis_build_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source "$HOME/miniconda/etc/profile.d/conda.sh"
1111
hash -r
1212
conda config --set always_yes yes --set changeps1 no
1313
conda update -q conda
14+
conda install conda-build
1415
conda info -a
1516
conda config --add channels domdfcoding || exit 1
1617
conda build conda --output-directory conda/dist

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414
- tox
1515
after_success:
1616
- coveralls
17-
- .ci/travis_build_conda.sh
17+
- .ci/travis_build_conda.sh || travis_terminate 1;
1818
deploy:
1919
provider: pypi
2020
user: "DomDF"

0 commit comments

Comments
 (0)