Skip to content

Commit

Permalink
Modify Travis CI config to get python-control tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
roryyorke committed Jun 18, 2019
1 parent 9db1c20 commit 64c6df3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Travis configuration file for slycot
dist: xenial

services:
- xvfb

matrix:
include:
- name: "Python 2.7, TEST_CONDA=0"
Expand Down Expand Up @@ -95,9 +100,6 @@ script:
#
# Additional packages required for python-control
- conda install scipy matplotlib
# Install display manager to allow testing of plotting functions
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Get python-control from source and install
- git clone https://github.com/python-control/python-control.git control
- cd control; python setup.py test
Expand Down

0 comments on commit 64c6df3

Please sign in to comment.