File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3838 # PYTHON_VERSION environment variable.
3939 - image : circleci/python:3.6.1
4040 environment :
41- # Test examples run with minimal dependencies.
4241 - MINICONDA_PATH : ~/miniconda
4342 - CONDA_ENV_NAME : testenv
4443 - PYTHON_VERSION : 2
45- - NUMPY_VERSION : 1.8.2
46- - SCIPY_VERSION : 0.13.3
4744 - MATPLOTLIB_VERSION : " 1.3"
4845 steps :
4946 - checkout
Original file line number Diff line number Diff line change @@ -115,9 +115,8 @@ conda update --yes --quiet conda
115115
116116# Configure the conda environment and put it in the path using the
117117# provided versions
118- conda create -n $CONDA_ENV_NAME --yes --quiet python=" ${PYTHON_VERSION:-* } " \
119- numpy=" ${NUMPY_VERSION:-* } " scipy=" ${SCIPY_VERSION:-* } " cython \
120- pytest coverage matplotlib=" ${MATPLOTLIB_VERSION:-* } " sphinx=1.6.2 pillow
118+ conda create -n $CONDA_ENV_NAME --yes --quiet python=" ${PYTHON_VERSION:-* } " numpy scipy \
119+ cython pytest coverage matplotlib=" ${MATPLOTLIB_VERSION:-* } " sphinx=1.6.2 pillow
121120
122121source activate testenv
123122pip install sphinx-gallery
You can’t perform that action at this time.
0 commit comments