summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sampson <adrian@radbox.org>2019-05-16 17:39:18 -0400
committerAdrian Sampson <adrian@radbox.org>2019-05-16 17:39:18 -0400
commitc566a74bca206730d54e80b829945678be2e62c1 (patch)
treecd537f40c16efded12bc5cc457ab9c72ffac6685
parent2f9ce7e43c82d35fd6f867e45e67770dcb864573 (diff)
Travis: temporarily disable Python 3.8v1.4.8
There seems to be a compatibility error in Werkzeug on the prerelease of 3.8.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 017ebcf57..46018cd4c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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