From f44c17b8619ccafeb5c25e135aa7b07a7f92216b Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Sun, 16 Dec 2018 09:19:03 -0500 Subject: [PATCH] Added conda-forge to list of channels --- ci/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/install.sh b/ci/install.sh index cd236c71..efd3b523 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -24,7 +24,8 @@ conda install -n -q root _license conda info -a conda create -q -n test-environment python=$PYTHON_VERSION numpy nose source activate test-environment -conda install -q conda-forge pyside pyinstaller +conda config --add channels conda-forge +conda install -q pyside pyinstaller # If we're building on OSX, we need to download python.app to get around the qt_menu.nib problem. if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then