Skip to content

Commit

Permalink
TST Use python3-scipy in travis
Browse files Browse the repository at this point in the history
"pip install scipy" was timing out
  • Loading branch information
luispedro committed Feb 3, 2014
1 parent 8494bc8 commit 5582612
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ virtualenv:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-numpy libatlas-dev liblapack-dev gfortran
- sudo apt-get install -qq python-scipy python-imaging python-matplotlib
- sudo apt-get install -qq libfreeimage3
- sudo apt-get install -qq libpng12-dev libtiff4-dev libwebp-dev
- pip install numpy --quiet
- pip install matplotlib --quiet
- pip install scipy

- sudo apt-get install -qq python-scipy python-imaging python-matplotlib
- sudo apt-get install -qq python3-numpy python3-scipy

- pip install --use-mirrors matplotlib
- pip install --use-mirrors coveralls
- pip install --use-mirrors imread
install:
- pip install coveralls
- pip install imread
- make debug
script:
coverage run --source=mahotas setup.py test
Expand Down

0 comments on commit 5582612

Please sign in to comment.