From: Scott C. L. <sli...@cd...> - 2017-02-17 16:15:19
|
Branch: refs/heads/testing Home: https://github.com/python-control/python-control Commit: 1757ff0bbf493940a0a5cd7c17750ca755ec2fb8 https://github.com/python-control/python-control/commit/1757ff0bbf493940a0a5cd7c17750ca755ec2fb8 Author: Scott C. Livingston <sli...@cd...> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M .travis.yml Log Message: ----------- TEST: Add run of tests without Slycot on TravisCI Commit: a7e0bba580d4cd892f7f540bcd619bab9647868c https://github.com/python-control/python-control/commit/a7e0bba580d4cd892f7f540bcd619bab9647868c Author: Scott C. Livingston <sli...@cd...> Date: 2017-02-17 (Fri, 17 Feb 2017) Changed paths: M control/tests/modelsimp_test.py M control/tests/statefbk_test.py Log Message: ----------- TEST: Disable tests that depend on Slycot if absent testBalredMatchDC, testGramRc, testGramRo which were introduced in PR #118 use functions that depend on Slycot, so the tests should be skipped if it is not found. Compare: https://github.com/python-control/python-control/compare/bff7e680c91e...a7e0bba580d4 |