Add scipy to travis requirements--some unit tests require this
This commit is contained in:
parent
f057c712af
commit
4e7773fa0b
@ -51,7 +51,7 @@ install:
|
|||||||
- conda update conda --yes
|
- conda update conda --yes
|
||||||
- conda create -n test_env python=${PYTHON} --yes
|
- conda create -n test_env python=${PYTHON} --yes
|
||||||
- source activate test_env
|
- 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 ${QT}
|
||||||
- echo ${TEST}
|
- echo ${TEST}
|
||||||
- echo ${PYTHON}
|
- echo ${PYTHON}
|
||||||
|
Loading…
Reference in New Issue
Block a user