Setting distro to Xenial globally in attempt to get Python 3.7 CI
This commit is contained in:
11
.travis.yml
11
.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
|
# Use older, non-container infrastructure to allow sudo
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
@@ -8,15 +11,9 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- pypy
|
- 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:
|
env:
|
||||||
- BUILD_CAPNP=
|
- BUILD_CAPNP=
|
||||||
- BUILD_CAPNP=true
|
- BUILD_CAPNP=true
|
||||||
|
|||||||
Reference in New Issue
Block a user