summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-11-08 09:34:29 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-11-08 09:34:29 +0100
commit05959d1c570060fdbe44b37049077e28bdba40d8 (patch)
tree576e470318d0a3703eced32c421aedc06c35ba6f /.travis.yml
parentda9a3d4fa4fc4b86b05538b1db5910ee7233e0ec (diff)
travis 7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e0ab41..26fb52a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ python:
- "pypy"
# command to install dependencies
install:
+ - pip install --only-binary=numpy,scipy numpy scipy
- pip install -r requirements.txt
- python setup.py install
# command to run tests