Skip to content

Commit

Permalink
BLD: Update travis versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDeveloper committed Apr 11, 2018
1 parent ae70b26 commit 9bb22a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ python:
- "2.7"
env:
- NUMPY_VERSION="" WITH_COVERAGE=1 # environment to test with the latest version of NumPy
- NUMPY_VERSION="=1.8"
- NUMPY_VERSION="=1.7"
- NUMPY_VERSION="<1.10"
- NUMPY_VERSION="<1.11"
before_install:
- wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand Down

0 comments on commit 9bb22a7

Please sign in to comment.