Skip to content

Commit

Permalink
add scipy for py2.7 on travis-ci (Zulko#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 authored Mar 14, 2017
1 parent bfb6df9 commit 099120b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
- mkdir media
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' || $TRAVIS_PYTHON_VERSION == '3.5' || $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install matplotlib; pip install -U scikit-learn; pip install scipy; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install scipy; fi
- pip install coveralls
- pip install pytest-cov
- python setup.py install
Expand Down

0 comments on commit 099120b

Please sign in to comment.