Skip to content

Commit

Permalink
Updates to attempt to fix scipy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Longofono authored Jul 12, 2017
1 parent 0d5ab4e commit aa7d761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ python:
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
# Scipy first because it has apt dependencies
before_install:
- sudo apt-get build-dep python-scipy
- pip install coveralls
- pip install scipy
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
Expand Down

0 comments on commit aa7d761

Please sign in to comment.