summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-09 17:49:36 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-09 17:51:23 +0300
commit569827b6225d9a369d9d10b1d5cbd3a2e94b463f (patch)
tree3b56f29e6fddbfeb999f506a05b84ed48610c7a4 /.travis.yml
parent9608463dd44c05a6aa811feafb411182b5099b9c (diff)
downloadzope-i18nmessageid-569827b6225d9a369d9d10b1d5cbd3a2e94b463f.tar.gz
Add suppot for Python 3.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b6b3d84..f341c89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,12 @@ python:
- 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 +29,4 @@ install:
cache: pip
before_cache:
- - rm -f $HOME/.cache/pip/log/debug.log
+ - rm -f $HOME/.cache/pip/log/debug.log