We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32dd63 commit 856d9e5Copy full SHA for 856d9e5
ci/install_travis.sh
@@ -48,17 +48,14 @@ echo
48
echo "[update conda]"
49
conda config --set ssl_verify false || exit 1
50
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
51
-
52
-conda install conda=4.3.30
53
-# conda update -q conda
+conda update -q conda
54
55
if [ "$CONDA_BUILD_TEST" ]; then
56
echo
57
echo "[installing conda-build]"
58
conda install conda-build
59
fi
60
61
62
63
echo "[add channels]"
64
conda config --remove channels defaults || exit 1
@@ -125,7 +122,7 @@ if [ "$COVERAGE" ]; then
125
122
126
123
127
124
128
-if [ -z "$PIP_BUILD_TEST" ] and [ -z "$CONDA_BUILD_TEST" ]; then
+if [ -z "$PIP_BUILD_TEST" ] && [ -z "$CONDA_BUILD_TEST" ]; then
129
130
# build but don't install
131
echo "[build em]"
0 commit comments