summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b6b3d84..d674f54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,11 +2,15 @@ language: python
sudo: false
python:
- 2.7
- - 3.3
- 3.4
- 3.5
- 3.6
- - pypy-5.4.1
+ - pypy
+matrix:
+ include:
+ - python: 3.7
+ dist: xenial
+ sudo: true
script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
@@ -24,4 +28,4 @@ install:
cache: pip
before_cache:
- - rm -f $HOME/.cache/pip/log/debug.log
+ - rm -f $HOME/.cache/pip/log/debug.log