aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-10-28 17:05:43 +0100
committerGuido Günther <agx@sigxcpu.org>2019-10-29 10:53:38 +0100
commit12ed9fbebcca1cfea259b74e66fe0044cfe6a0ed (patch)
tree0e9d3b4c4f2087743e5b70bca3dc77713fd216eb
parente541f3572078b77f746cd7ccc6f4c9162f8f376c (diff)
travis-ci: Switch to bionic
Need to drop python 3.4 for that since it's not available on bionic.
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 9eee95c8..90584bef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,16 +4,11 @@ language: python
services:
- docker
+dist: bionic
python:
- - "3.4"
- - "3.5"
- "3.6"
-matrix:
- include:
- - python: 3.7
- dist: xenial
- sudo: true
+ - 3.7
before_install:
- sudo apt-get -qq update