Add scipy to travis requirements--some unit tests require this

This commit is contained in:
Luke Campagnola 2016-12-14 11:02:40 -08:00
parent f057c712af
commit 4e7773fa0b

View File

@ -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}