Skip to content

Commit 70092cf

Browse files
committed
Merge branch 'feature/conda_build_less_3.0' into feature/test_int_tf
2 parents 3fe4067 + 287f825 commit 70092cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_install:
3030
- conda config --set always_yes yes --set changeps1 no
3131
- conda update -q conda
3232
# conda-build must be installed in the conda root environment
33-
- conda install conda-build
33+
- conda install conda-build=2.1.17
3434
- conda config --add channels python-control
3535
- conda info -a
3636
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage

0 commit comments

Comments
 (0)