diff options
| author | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 13:44:02 +0200 |
|---|---|---|
| committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 13:44:02 +0200 |
| commit | 63dbdeeb9b3273fcf0a243f1b8b2f66d820238d5 (patch) | |
| tree | ae2e6309db694289a2979f73aaea2a5aed00683c /.travis.yml | |
| parent | eff407cf89444a8484de4afb5c870f11b408420d (diff) | |
| download | zope-browser-Python3.7support.tar.gz | |
Add support for Python 3.7Python3.7support
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f44d718..80e6fd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,12 @@ python: - 3.5 - 3.6 - pypy - - pypy3.5-5.8.0 + - pypy3 +matrix: + include: + - python: "3.7" + dist: xenial + sudo: true install: - pip install -U pip setuptools - pip install -U coverage coveralls |
