From 05959d1c570060fdbe44b37049077e28bdba40d8 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 8 Nov 2016 09:34:29 +0100 Subject: travis 7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3