summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9132c4d..3e2fcf0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ python:
- 3.5
- 3.6
- pypy
+# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
+matrix:
+ include:
+ - python: 3.7
+ dist: xenial
+ sudo: true
install:
- pip install -q nose