Skip to content

Commit edcc8a6

Browse files
committed
move the comment line in .travis.yml
1 parent 9816444 commit edcc8a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
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)