mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
11 lines
284 B
Bash
11 lines
284 B
Bash
![]() |
if [[ $CIRCLE_NODE_INDEX == 0 ]]
|
||
|
then
|
||
|
conda create -q -n test_env python=3.4 pygments prompt_toolkit ply pytest pytest-timeout psutil
|
||
|
fi
|
||
|
|
||
|
|
||
|
if [[ $CIRCLE_NODE_INDEX == 1 ]]
|
||
|
then
|
||
|
conda create -q -n test_env python=3.5 pygments prompt_toolkit ply pytest pytest-timeout psutil
|
||
|
fi
|