Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
need to install scipy for the mb03rd test
  • Loading branch information
repagh committed Aug 3, 2019
commit 89fa119cea04512d73cc10f5a60e0aa1ec34f731
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ script:
# Local unit tests
# TODO: replace with nose?
- cd ..
# Additional packages required for testing
- conda install scipy matplotlib

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adressed in #93

- python Slycot/runtests.py --coverage --no-build
#
# As a deeper set of tests, get test against python-control as well
#
# Additional packages required for python-control
- conda install scipy matplotlib
# Get python-control from source and install
- git clone --depth 1 https://github.com/python-control/python-control.git control
- cd control
Expand Down