Skip to content

Commit

Permalink
.travis.yml: workaround for Python 2.7 to install tqdm explicitly bef…
Browse files Browse the repository at this point in the history
…ore updating conda
  • Loading branch information
alixdamman committed Jan 22, 2020
1 parent a3eb995 commit e6239d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ before_install:
- hash -r
- conda config --add channels conda-forge
- conda config --set always_yes yes --set changeps1 no
# workaround for conda >= 4.8
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
pip install tqdm;
fi
- conda update -q conda

# Useful for debugging any issues with conda
Expand Down

0 comments on commit e6239d0

Please sign in to comment.