Travis: re-enable Python 3.8

The Werkzeug issue on 3.8 seems to have been fixed:
https://github.com/pallets/werkzeug/issues/1551
This commit is contained in:
Adrian Sampson 2019-07-05 09:09:33 -04:00
parent ca4b101ef4
commit 0d44d31913

View file

@ -24,9 +24,9 @@ matrix:
- python: 3.7
env: {TOX_ENV: py37-test}
dist: xenial
# - python: 3.8-dev
# env: {TOX_ENV: py38-test}
# dist: xenial
- python: 3.8-dev
env: {TOX_ENV: py38-test}
dist: xenial
# - python: pypy
# - env: {TOX_ENV: pypy-test}
- python: 3.6