aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-09-17 09:51:25 +0200
committerGuido Günther <agx@sigxcpu.org>2018-09-17 11:44:08 +0200
commit2f6a4324b1f70f815e35d9c32dee6818dbca4072 (patch)
tree2b82d8263d3cdba7dc9971a8fefbbd47249ae6f6 /.travis.yml
parent84283432c6beb342887616e6005ba70fc4246ceb (diff)
travisci: Test Python 3.7 as well
Use the workaround from https://github.com/travis-ci/travis-ci/issues/9815 since Python 3.7 is not yet supported by the default image.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bf95addb..9eee95c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,11 @@ python:
- "3.4"
- "3.5"
- "3.6"
+matrix:
+ include:
+ - python: 3.7
+ dist: xenial
+ sudo: true
before_install:
- sudo apt-get -qq update