Skip to content

Commit

Permalink
dump numpy so travis runs through
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Oct 19, 2017
1 parent 6b6aca8 commit 3d19206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
matrix:
- DISTRIB="ubuntu" PYTHON_VERSION="2.7"
# This environment tests the oldest supported anaconda env
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.7.1"
- DISTRIB="conda" PYTHON_VERSION="3.4" NUMPY_VERSION="1.11.2"
- DISTRIB="conda" PYTHON_VERSION="3.6" NUMPY_VERSION="1.11.2"
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.8.1"
- DISTRIB="conda" PYTHON_VERSION="3.4" NUMPY_VERSION="1.13.1"
- DISTRIB="conda" PYTHON_VERSION="3.6" NUMPY_VERSION="1.13.1"
install: source continuous_integration/install.sh
cache: apt
script: nosetests

0 comments on commit 3d19206

Please sign in to comment.