Skip to content

Commit

Permalink
Add 30 min timeout to scipy installation in travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed May 20, 2016
1 parent 79875a1 commit ec5ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ install:
- pip install numpy
- if [ "$TD_TEST_SCIPY" = "1" ]; then
sudo apt-get -y install libblas-dev liblapack-dev libatlas-base-dev gfortran;
pip install scipy;
travis_wait 30 pip install scipy;
fi
- if [ "$TRAVIS_PYTHON_VERSION" = "2.7" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl;
Expand Down

0 comments on commit ec5ffa2

Please sign in to comment.