From 39948d81b118c084aa244f909b1adc5e65d2543a Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Fri, 29 Mar 2019 07:35:00 -0700 Subject: [PATCH] typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76d2307ff..cb1f49674 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ aliases: if [[ $PY_VER = "py2" ]]; then conda create -q -n $PY_VER $CUSTOM_CHANNELS $CHANNELS $PKGS $TEMP_PKGS "python<3" else - conda create -q -n $PY_VER $CUSTOM_CHANNELS $CHANNELS $PKGS $TEMP_PKGS "python=3.6" sphinxcontrib-websupport sphinx-autopi nbsphinx easydev $COVERAGE_PKGS + conda create -q -n $PY_VER $CUSTOM_CHANNELS $CHANNELS $PKGS $TEMP_PKGS "python=3.6" sphinxcontrib-websupport sphinx-autoapi nbsphinx easydev $COVERAGE_PKGS fi - &setup_vcs