mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
add numpy and matplotlib to circle environment configuration
This commit is contained in:
parent
efe806994a
commit
1792423638
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue