Skip to content

Commit 901afec

Browse files
committed
update comment format in .travis.yml
1 parent d5cdc09 commit 901afec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,14 @@ before_install:
8282
install:
8383
# Install packages needed by python-control
8484
- conda install $SCIPY matplotlib
85+
86+
# Figure out how to build slycot
87+
# source: use "Unix Makefiles" as generator; Ninja cannot handle Fortran
88+
# conda: use pre-compiled version of slycot on conda-forge
8589
- if [[ "$SLYCOT" = "source" ]]; then
86-
# Build slycot from source
87-
# Use "Unix Makefiles" as generator, because Ninja cannot handle Fortran
8890
git clone https://github.com/python-control/Slycot.git slycot;
8991
cd slycot; python setup.py install -G "Unix Makefiles"; cd ..;
9092
else if [[ "$SLYCOT" = "conda" ]]; then
91-
# Use version of slycot on conda-forge
9293
conda install -c conda-forge slycot;
9394
fi
9495

0 commit comments

Comments
 (0)