Trying to install debs for numpy and matplotlib instead of pip

This commit is contained in:
jevans 2013-08-20 20:23:51 -04:00
commit 10bd0be89a

View file

@ -6,11 +6,13 @@ python:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libopenjpeg2
- sudo apt-get install -qq numpy
- sudo apt-get install -qq matplotlib
# command to install dependencies
# - pip install numpy -q --use-mirrors
# - pip install matplotlib --use-mirrors
install:
- pip install numpy -q --use-mirrors
- pip install matplotlib --use-mirrors
- pip install . --use-mirrors
# command to run tests
script: