diff options
author | Marius Gedminas <marius@gedmin.as> | 2018-10-03 14:43:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 14:43:46 +0300 |
commit | 9f810d20a2a5d11cbdd2475ebf600bc667c06c3d (patch) | |
tree | 3bc1c66ce2a61df889303b4b1d0a2343efebc962 | |
parent | ed04996aa8b415ed035df87aada2319f5886cf1b (diff) | |
download | zope-exceptions-Python3.7support.tar.gz |
Fix .travis.yml mixupPython3.7support
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e84abda..2826f59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - 3.5 - 3.6 - pypy -include: - matrix: +matrix: + include: - python: "3.7" dist: xenial sudo: true |