diff --git a/.travis.yml b/.travis.yml index 99ed79f..e0b10ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,13 @@ python: - 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