summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-02 14:02:01 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-02 14:05:46 -0400
commit5c71f22cf6d743013a1462f868d74b373e1b163b (patch)
tree1b334abb11f0f95c8b742dfd7f4e5355a3c6de5a
parentc44cb22b0cb110b69e4909c93c1cc6e2be5470cc (diff)
downloadasciidoc-py3-5c71f22cf6d743013a1462f868d74b373e1b163b.tar.gz
add 3.9-dev to travis test matrix
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4ac68fb..c0b6e64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,11 @@ python:
- 3.6
- 3.7
- 3.8
+ - 3.9-dev
+
+jobs:
+ allow_failures:
+ - python: 3.9-dev
addons:
apt: