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 901afec commit e1924daCopy full SHA for e1924da
.travis.yml
@@ -89,7 +89,7 @@ install:
89
- if [[ "$SLYCOT" = "source" ]]; then
90
git clone https://github.com/python-control/Slycot.git slycot;
91
cd slycot; python setup.py install -G "Unix Makefiles"; cd ..;
92
- else if [[ "$SLYCOT" = "conda" ]]; then
+ elif [[ "$SLYCOT" = "conda" ]]; then
93
conda install -c conda-forge slycot;
94
fi
95
0 commit comments