Skip to content

Commit 0fad329

Browse files
repaghDaniel Bankmann
authored and
Daniel Bankmann
committed
move the comment line in .travis.yml
1 parent a321925 commit 0fad329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ before_install:
5151
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage
5252
- source activate test-environment
5353
# Install openblas if slycot is being used
54+
# also install scikit-build for the build process
5455
- if [[ "$SLYCOT" != "" ]]; then
55-
conda install openblas;
56-
# also install scikit-build for the build process
57-
conda install -c conda-forge scikit-build;
56+
conda install openblas;
57+
conda install -c conda-forge scikit-build;
5858
fi
5959
# Make sure to look in the right place for python libraries (for slycot)
6060
- export LIBRARY_PATH="$HOME/miniconda/envs/test-environment/lib"

0 commit comments

Comments
 (0)