Skip to content

Commit

Permalink
Travis: temporarily disable Python 3.8
Browse files Browse the repository at this point in the history
There seems to be a compatibility error in Werkzeug on the prerelease of
3.8.
  • Loading branch information
sampsyo committed May 16, 2019
1 parent 2f9ce7e commit c566a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
Expand Down

0 comments on commit c566a74

Please sign in to comment.