aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2019-02-15 07:26:19 -0800
committerEli Bendersky <eliben@gmail.com>2019-02-15 07:26:19 -0800
commitaf699ad301d7af72255530b173766c9ab348c4b9 (patch)
tree1c4f15985ec1b95956648f53c76931f256cbd0ed
parenta82568ae0bfef6955082305f154bb137378c4433 (diff)
downloadpycparser-af699ad301d7af72255530b173766c9ab348c4b9.tar.gz
Attempt to fix travis 3.7 build
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c426cdc..5404335 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,12 @@ python:
- "2.7"
- "3.6"
- "3.7"
+
+# Enable 3.7 without globally enabling sudo and xenial for other build jobs
+# See https://github.com/travis-ci/travis-ci/issues/9815
+matrix:
+ include:
+ - python: 3.7
+ dist: xenial
+ sudo: true
script: python tests/all_tests.py