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 9db1c20 commit 64c6df3Copy full SHA for 64c6df3
.travis.yml
@@ -1,4 +1,9 @@
1
# Travis configuration file for slycot
2
+dist: xenial
3
+
4
+services:
5
+ - xvfb
6
7
matrix:
8
include:
9
- name: "Python 2.7, TEST_CONDA=0"
@@ -95,9 +100,6 @@ script:
95
100
#
96
101
# Additional packages required for python-control
97
102
- conda install scipy matplotlib
98
- # Install display manager to allow testing of plotting functions
99
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
103
# Get python-control from source and install
104
- git clone https://github.com/python-control/python-control.git control
105
- cd control; python setup.py test
0 commit comments