diff options
author | Tres Seaver <tseaver@palladion.com> | 2016-04-12 15:33:07 -0400 |
---|---|---|
committer | Tres Seaver <tseaver@palladion.com> | 2016-04-13 14:07:12 -0400 |
commit | dc2b9482f967db969ce51b0dff17b6d3d64688cf (patch) | |
tree | 24a006a1cbdb63da0d28e59207b0598f7393b616 /.travis.yml | |
parent | 96db2e6003b5f26e1cbe74e177ea378bf4558e03 (diff) | |
download | zope-pagetemplate-dc2b9482f967db969ce51b0dff17b6d3d64688cf.tar.gz |
Add support for Python 3.5.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 78e3892..9829f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python sudo: false +matrix: + include: + - python: 3.5 + env: TOXENV=py35 env: - TOXENV=py27 - TOXENV=py33 |