From afe72a15b1441c1df4eb64a65242621cd8e29976 Mon Sep 17 00:00:00 2001 From: Colin Jermain Date: Sun, 18 Nov 2018 15:39:33 -0500 Subject: [PATCH] Setting distro to Xenial globally in attempt to get Python 3.7 CI --- .travis.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b3b303..bcd76be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Travis CI support for Python 3.7 requires Xenial (https://github.com/travis-ci/travis-ci/issues/9815) +dist: xenial + # Use older, non-container infrastructure to allow sudo sudo: required @@ -8,15 +11,9 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 - pypy -# Travis CI support for Python 3.7 currently requires patch (https://github.com/travis-ci/travis-ci/issues/9815) -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true - env: - BUILD_CAPNP= - BUILD_CAPNP=true