Skip to content

Commit 64c6df3

Browse files
committed
Modify Travis CI config to get python-control tests to pass
1 parent 9db1c20 commit 64c6df3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Travis configuration file for slycot
2+
dist: xenial
3+
4+
services:
5+
- xvfb
6+
27
matrix:
38
include:
49
- name: "Python 2.7, TEST_CONDA=0"
@@ -95,9 +100,6 @@ script:
95100
#
96101
# Additional packages required for python-control
97102
- conda install scipy matplotlib
98-
# Install display manager to allow testing of plotting functions
99-
- export DISPLAY=:99.0
100-
- sh -e /etc/init.d/xvfb start
101103
# Get python-control from source and install
102104
- git clone https://github.com/python-control/python-control.git control
103105
- cd control; python setup.py test

0 commit comments

Comments
 (0)