Skip to content

Commit 0468536

Browse files
committed
>> .travis.yml: workaround for Python 2.7 to install tqdm explicitly before updating conda
1 parent ce32f96 commit 0468536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ before_install:
2929
- conda config --set always_yes yes --set changeps1 no
3030
# workaround for conda >= 4.8
3131
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
32-
conda install tqdm
32+
conda install tqdm;
3333
fi
3434
- conda update -q conda
3535

0 commit comments

Comments
 (0)