summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index d674f54..9244184 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,12 @@
language: python
-sudo: false
+dist: xenial
python:
- 2.7
- - 3.4
- 3.5
- 3.6
- - pypy
-matrix:
- include:
- - python: 3.7
- dist: xenial
- sudo: true
+ - 3.7
+ - pypy2.7-6.0.0
+ - pypy3.5-6.0.0
script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress