Adding patch to Travis CI for Python 3.7 support

This commit is contained in:
Colin Jermain
2018-11-18 10:35:57 -05:00
parent 3afcbb3918
commit 770896132b

View File

@@ -11,6 +11,13 @@ python:
- 3.7 - 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