Skip to content

Commit 0996459

Browse files
authored
Merge e3836fc into c2e9f93
2 parents c2e9f93 + e3836fc commit 0996459

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
sudo: false
22
language: python
3+
dist: xenial
4+
5+
services:
6+
- xvfb
37

48
cache:
59
apt: true
@@ -9,8 +13,8 @@ cache:
913
- $HOME/.local
1014

1115
python:
16+
- "3.7"
1217
- "3.6"
13-
- "3.5"
1418
- "2.7"
1519

1620
# Test against multiple version of SciPy, with and without slycot
@@ -32,9 +36,6 @@ before_install:
3236
sudo apt-get update -qq;
3337
sudo apt-get install gfortran;
3438
fi
35-
# Install display manager to allow testing of plotting functions
36-
- export DISPLAY=:99.0
37-
- sh -e /etc/init.d/xvfb start
3839
# use miniconda to install numpy/scipy, to avoid lengthy build from source
3940
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
4041
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;

0 commit comments

Comments
 (0)