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 ed8a27b commit 64adf46Copy full SHA for 64adf46
1 file changed
.travis.yml
@@ -119,7 +119,7 @@ install:
119
# command to run tests
120
script:
121
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
122
- - coverage run -m pytest -k control/tests --disable-warnings
+ - coverage run -m pytest --disable-warnings control/tests
123
124
# only run examples if Slycot is install
125
# set PYTHONPATH for examples
0 commit comments