From 4e7773fa0bb90e733976093259a7a69eb5631edb Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Wed, 14 Dec 2016 11:02:40 -0800 Subject: [PATCH] Add scipy to travis requirements--some unit tests require this --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c7b7769..c4a67ac3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ install: - conda update conda --yes - conda create -n test_env python=${PYTHON} --yes - source activate test_env - - conda install numpy pyopengl pytest flake8 six coverage --yes + - conda install numpy scipy pyopengl pytest flake8 six coverage --yes - echo ${QT} - echo ${TEST} - echo ${PYTHON}