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 a71a655 commit ee8a9bfCopy full SHA for ee8a9bf
ci/install_travis.sh
@@ -50,6 +50,13 @@ conda config --set ssl_verify false || exit 1
50
conda config --set quiet true --set always_yes true --set changeps1 false || exit 1
51
conda update -q conda
52
53
+if [ "$CONDA_BUILD_TEST" ]; then
54
+ echo
55
+ echo "[installing conda-build]"
56
+ conda install conda-build
57
+fi
58
+
59
60
echo
61
echo "[add channels]"
62
conda config --remove channels defaults || exit 1
@@ -173,9 +180,6 @@ if [ "$PIP_BUILD_TEST" ]; then
173
180
174
181
elif [ "$CONDA_BUILD_TEST" ]; then
175
182
176
- echo "[installing conda-build]"
177
- conda install conda-build
178
-
179
183
# build & install testing
184
echo "[building conda recipe]"
185
conda build ./conda.recipe --numpy 1.13 --python 3.5 -q
0 commit comments