Skip to content

Commit

Permalink
Travis should now wait for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 2, 2015
1 parent b4ba37e commit 4d84b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ before_install:
- pip install -U pip
- pip install wheel
install:
- pip wheel -r requirements.txt
- pip install -r requirements.txt
- travis_wait pip wheel -r requirements.txt
- travis_wait pip install -r requirements.txt
- pip wheel scikit-image
- pip install scikit-image
- pip install gdal==1.10.0 --install-option="build_ext" --install-option="--include-dirs=/usr/include/gdal"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six
numpy
scipy
numpy==1.10.1
scipy==0.16.1
pyproj
pandas
matplotlib==1.4.3
Expand Down

0 comments on commit 4d84b24

Please sign in to comment.