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 a3eb995 commit e6239d0Copy full SHA for e6239d0
.travis.yml
@@ -27,6 +27,10 @@ before_install:
27
- hash -r
28
- conda config --add channels conda-forge
29
- conda config --set always_yes yes --set changeps1 no
30
+ # workaround for conda >= 4.8
31
+ - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
32
+ pip install tqdm;
33
+ fi
34
- conda update -q conda
35
36
# Useful for debugging any issues with conda
0 commit comments