Skip to content

Commit

Permalink
use request 2.5.3 on travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Apr 24, 2015
1 parent 11ccbd8 commit d6aa631
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 @@ -19,7 +19,7 @@ before_install:

# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib scikit-image requests six nose dateutil
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib scikit-image requests=2.5.3 six nose dateutil
- conda install --yes -c https://conda.binstar.org/osgeo gdal
- pip install --install-option="--no-cython-compile" cython
- pip install -r requirements/travis.txt
Expand Down

0 comments on commit d6aa631

Please sign in to comment.