Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darbula committed Sep 4, 2017
1 parent 8d6ae2c commit 63d9028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ virtualenv:

before_install:
- sudo apt-get update
- sudo apt-get install -qq python-numpy python-scipy=0.12
- sudo apt-get install libatlas-base-dev gfortran python-pip
- sudo apt-get install python-pyside python-matplotlib

install:
- pip install -q ipython==0.13.1 networkx==1.7 pypng==0.0.14 python-coveralls
- pip install -q ipython==0.13.1 networkx==1.7 pypng==0.0.14 python-coveralls numpy scipy

script:
- nosetests
Expand Down

0 comments on commit 63d9028

Please sign in to comment.