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.
2 parents c2e9f93 + e3836fc commit 0996459Copy full SHA for 0996459
.travis.yml
@@ -1,5 +1,9 @@
1
sudo: false
2
language: python
3
+dist: xenial
4
+
5
+services:
6
+ - xvfb
7
8
cache:
9
apt: true
@@ -9,8 +13,8 @@ cache:
13
- $HOME/.local
10
14
11
15
python:
16
+ - "3.7"
12
17
- "3.6"
- - "3.5"
18
- "2.7"
19
20
# Test against multiple version of SciPy, with and without slycot
@@ -32,9 +36,6 @@ before_install:
32
36
sudo apt-get update -qq;
33
37
sudo apt-get install gfortran;
34
38
fi
35
- # Install display manager to allow testing of plotting functions
- - export DISPLAY=:99.0
- - sh -e /etc/init.d/xvfb start
39
# use miniconda to install numpy/scipy, to avoid lengthy build from source
40
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
41
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
0 commit comments