Travis: run 3.7 on Xenial

According to this comment:
https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-402045581
This commit is contained in:
Adrian Sampson 2018-07-22 12:51:37 -04:00
parent 66ed015ea0
commit 36496d8eec

View file

@ -23,6 +23,7 @@ matrix:
env: {TOX_ENV: py36-test}
- python: 3.7
env: {TOX_ENV: py37-test}
dist: xenial
# - python: pypy
# - env: {TOX_ENV: pypy-test}
- python: 3.4