Skip to content

Commit

Permalink
Loosen numpy version constraints; add python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Nov 20, 2015
1 parent beba4fb commit e40588f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.4"
- "3.5"

cache:
directories:
Expand Down Expand Up @@ -29,7 +30,7 @@ before_install:
- conda update --yes conda

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9.0 scipy=0.16.0 nose scikit-learn=0.16.1 mock
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy=1.9 scipy=0.16 nose scikit-learn=0.16.1 mock
- pip install pep8 python-coveralls
- pip install coverage

Expand Down

0 comments on commit e40588f

Please sign in to comment.