Setting distro to Xenial globally in attempt to get Python 3.7 CI

This commit is contained in:
Colin Jermain
2018-11-18 15:39:33 -05:00
parent 7052cdbaba
commit afe72a15b1

View File

@@ -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