1 parent 1ee77f4 commit a176841Copy full SHA for a176841
1 file changed
.travis.yml
@@ -6,7 +6,7 @@ python:
6
install:
7
- sudo apt-get -qq install libatlas-base-dev gfortran
8
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
9
- - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_wait pip install -r requirements-3.txt; fi
10
- pip install pep8
11
12
# Ensure `requirements.txt` contains all of the dependencies
0 commit comments