Skip to content

Commit e1c6daa

Browse files
authored
Fix pytest (#2181)
1 parent f4a005d commit e1c6daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/create_conda_optional_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1414
./miniconda.sh -b -p $HOME/miniconda
1515

1616
# Create environment
17-
# PYTHON_VERSION=3.6
17+
# PYTHON_VERSION=2.7 or 3.5
1818
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
1919
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
2020

0 commit comments

Comments
 (0)