Skip to content

Commit c566a74

Browse files
committed
Travis: temporarily disable Python 3.8
There seems to be a compatibility error in Werkzeug on the prerelease of 3.8.
1 parent 2f9ce7e commit c566a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ matrix:
2424
- python: 3.7
2525
env: {TOX_ENV: py37-test}
2626
dist: xenial
27-
- python: 3.8-dev
28-
env: {TOX_ENV: py38-test}
29-
dist: xenial
27+
# - python: 3.8-dev
28+
# env: {TOX_ENV: py38-test}
29+
# dist: xenial
3030
# - python: pypy
3131
# - env: {TOX_ENV: pypy-test}
3232
- python: 3.4

0 commit comments

Comments
 (0)