diff --git a/.travis.yml b/.travis.yml index 8e82b26..19666a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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