Skip to content

Commit e1924da

Browse files
committed
else if -> elif in .travis.yml
1 parent 901afec commit e1924da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install:
8989
- if [[ "$SLYCOT" = "source" ]]; then
9090
git clone https://github.com/python-control/Slycot.git slycot;
9191
cd slycot; python setup.py install -G "Unix Makefiles"; cd ..;
92-
else if [[ "$SLYCOT" = "conda" ]]; then
92+
elif [[ "$SLYCOT" = "conda" ]]; then
9393
conda install -c conda-forge slycot;
9494
fi
9595

0 commit comments

Comments
 (0)