summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-04-12 15:33:07 -0400
committerTres Seaver <tseaver@palladion.com>2016-04-12 15:33:07 -0400
commit5d5c0e3f1f43db8f77440733dbfe99a4d284110f (patch)
tree41baa961e255062dde413da5835567b4f3632e59 /.travis.yml
parent96db2e6003b5f26e1cbe74e177ea378bf4558e03 (diff)
downloadzope-pagetemplate-add-py35-support.tar.gz
Add support for Python 3.5.add-py35-support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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