aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e08905..6c74103 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,11 @@ matrix:
include:
- python: 3.6
env: TOXENV=docs
+ - python: 3.7
+ # This is required until Travis has a default image that
+ # can run Python 3.7
+ dist: xenial
+ sudo: required
allow_failures:
- python: "nightly"