add numpy and matplotlib to circle environment configuration

This commit is contained in:
Derek Thomas 2016-10-03 22:46:09 +09:00
parent efe806994a
commit 1792423638

View file

@ -1,10 +1,10 @@
if [[ $CIRCLE_NODE_INDEX == 0 ]]
then
conda create -q -n test_env python=3.4 pygments prompt_toolkit ply pytest pytest-timeout psutil
conda create -q -n test_env python=3.4 pygments prompt_toolkit ply pytest pytest-timeout psutil numpy matplotlib
fi
if [[ $CIRCLE_NODE_INDEX == 1 ]]
then
conda create -q -n test_env python=3.5 pygments prompt_toolkit ply pytest pytest-timeout psutil
conda create -q -n test_env python=3.5 pygments prompt_toolkit ply pytest pytest-timeout psutil numpy matplotlib
fi