Skip to content

Commit 928df85

Browse files
committed
update Travis pytest to ignore slycot
1 parent 056aa0b commit 928df85

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
@@ -119,7 +119,7 @@ install:
119119
# command to run tests
120120
script:
121121
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
122-
- coverage run -m pytest --disable-warnings
122+
- coverage run -m pytest -k control/tests --disable-warnings
123123

124124
# only run examples if Slycot is install
125125
# set PYTHONPATH for examples

0 commit comments

Comments
 (0)