summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-23 19:10:41 +0100
committerChris Dent <cdent@anticdent.org>2018-10-23 19:10:41 +0100
commit8bb8c8631168bff5f655f0833489b28279fd8cb4 (patch)
tree2acc3e20eae124e7907b3a36a27e2501a7dc97f4
parentdf4ac3b79019aded4c9dbe1cb6bfc8b631c07300 (diff)
downloadpaste-git-cd/travis-ci.tar.gz
Special case py37cd/travis-ci
We need to use xenial as the dist to get python3.7 working according to https://github.com/travis-ci/travis-ci/issues/9815
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c74462..ae70664 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,7 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
+ dist: xenial
+ sudo: true
- python: pypy
env: TOXENV=pypy