Skip to content

Commit 22ca031

Browse files
committed
Debug conda install
1 parent 09b3b52 commit 22ca031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/travis/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# matrix entry) from which we pull from local Travis repository. This allows
1212
# us to keep build artefact for gcc + cython, and gain time
1313

14-
set -e
14+
set -ex
1515

1616
echo 'List files from cached directories'
1717
echo 'pip:'
@@ -38,7 +38,7 @@ make_conda() {
3838
export PATH=$MINICONDA_PATH/bin:$PATH
3939
conda update --yes conda
4040

41-
conda create -n testenv --yes -c conda-forge $TO_INSTALL
41+
conda create -c conda-forge -n testenv --yes $TO_INSTALL
4242
source activate testenv
4343
}
4444

0 commit comments

Comments
 (0)