summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-03 14:43:46 +0300
committerGitHub <noreply@github.com>2018-10-03 14:43:46 +0300
commit9f810d20a2a5d11cbdd2475ebf600bc667c06c3d (patch)
tree3bc1c66ce2a61df889303b4b1d0a2343efebc962
parented04996aa8b415ed035df87aada2319f5886cf1b (diff)
downloadzope-exceptions-Python3.7support.tar.gz
Fix .travis.yml mixupPython3.7support
-rw-r--r--.travis.yml4
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