Skip to content

Commit

Permalink
CI use numpy 1.9.2 to resolve libgfortran dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 11, 2016
1 parent 7fc6d42 commit a1a5749
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 @@ -35,7 +35,7 @@ before_install:

install:
- export CXX="g++-4.8" CC="gcc-4.8"
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.1 scipy=0.15.1 nose scikit-learn=0.16.1 Cython pandas
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.2 scipy=0.15.1 nose scikit-learn=0.16.1 Cython pandas
- pip install mock --no-deps
- pip install lockfile==0.10.2 --no-deps
- pip install pep8 python-coveralls
Expand Down

0 comments on commit a1a5749

Please sign in to comment.