summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6abfdbb..cccc19c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,12 +12,7 @@ matrix:
dist: xenial
- python: 3.8
dist: xenial
- - python: nightly
- dist: xenial
-# TODO: https://bugs.python.org/issue40334
-# the PEG parser is currently broken in some cases
- allow_failures:
- - python: nightly
+ - python: 3.9-dev
dist: xenial
install: pip install tox
script: tox -e py