Manually install of numpy and scipy

This commit is contained in:
Raul Ochoa
2016-06-16 20:08:07 +02:00
parent d3fba86d6f
commit a920da7e5d

View File

@@ -14,6 +14,9 @@ addons:
env:
- PGUSER=postgres
before_script: make install
before_script:
- pip install numpy==1.11.0
- pip install scipy==0.17.1
- make install
script: make test