From d9802e6505d9f397994fca7c0a25720c8422bc11 Mon Sep 17 00:00:00 2001 From: Alykhan Tejani Date: Sat, 23 Sep 2017 15:54:37 +0100 Subject: [PATCH] add scipy to the test environment in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1230da6d138..227014cac31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: # Useful for debugging any issues with conda - conda info -a - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch -c soumith + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c soumith - source activate test-environment - python setup.py install - pip install --upgrade pytest