We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bacd43 commit 06f1e4aCopy full SHA for 06f1e4a
.ci/travis_build_conda.sh
@@ -13,6 +13,7 @@ if [ $TRAVIS_PYTHON_VERSION == 3.6 ]; then
13
conda config --set always_yes yes --set changeps1 no
14
conda update -q conda
15
conda install conda-build
16
+ conda install anaconda-client
17
conda info -a
18
conda config --add channels domdfcoding || exit 1
19
conda config --add channels conda-forge || exit 1
0 commit comments