summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 9244184..05c149d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,27 +1,28 @@
language: python
-dist: xenial
+
python:
- 2.7
- 3.5
- 3.6
- 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
-
-after_success:
- - coveralls
-notifications:
- email: false
+ - 3.8
+ - pypy
+ - pypy3
install:
- pip install -U pip setuptools
- pip install -U coveralls coverage zope.testrunner
- pip install -U -e ".[test]"
+script:
+ - coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
-cache: pip
+after_success:
+ - coveralls
+notifications:
+ email: false
+
+cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log