projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8428343
)
travisci: Test Python 3.7 as well
author
Guido Günther
<agx@sigxcpu.org>
Mon, 17 Sep 2018 07:51:25 +0000
(09:51 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Mon, 17 Sep 2018 09:44:08 +0000
(11:44 +0200)
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.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index bf95addb5131ad3483fe8ec0b2eb5e069b892005..9eee95c80fcd491f773363d66c8fe0a1ab37d58d 100644
(file)
--- 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