Skip to content

Commit

Permalink
Force travis to use requests 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Apr 25, 2015
1 parent d6aa631 commit 965c241
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ before_install:

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

script:
Expand Down

0 comments on commit 965c241

Please sign in to comment.