Skip to content

Commit

Permalink
Fix broken Travis CI builds (#20)
Browse files Browse the repository at this point in the history
Use of `system_site_packages: true` has been deprecated. This builds scipy in the virtualenv.
  • Loading branch information
xerebz authored and ojedatony1616 committed Jun 2, 2016
1 parent 042e620 commit eb26430
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ python:
- '2.7'
- '3.5'

virtualenv:
system_site_packages: true

before_install:
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- sudo apt-get build-dep python-scipy
- pip install coveralls
- pip install scipy

install: pip install -r requirements.txt

Expand Down

0 comments on commit eb26430

Please sign in to comment.