Trying to install debs for numpy and matplotlib instead of pip
This commit is contained in:
parent
5c190e8d9e
commit
10bd0be89a
1 changed files with 4 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue