Skip to content

Commit

Permalink
CI relax numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 22, 2016
1 parent bb290f7 commit f29120c
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 @@ -26,8 +26,8 @@ env:
- TEST_DIR=/tmp/test_dir/
- MODULE=autosklearn
matrix:
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1"
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1"
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.9" SCIPY_VERSION="0.15"
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true" NUMPY_VERSION="1.9" SCIPY_VERSION="0.15"

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit f29120c

Please sign in to comment.