diff --git a/.travis.yml b/.travis.yml index 27d27fd..7fb309d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "2.7.3" install: + - pip install --upgrade pip setuptools wheel + - pip install --only-binary=numpy,scipy numpy scipy - pip install . script: python tests.py