summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2015-09-18 16:27:39 +0200
committerStefan Kögl <stefan@skoegl.net>2015-09-18 16:27:39 +0200
commit5ee8e9e3fd94647236e75436da6d917f712cc087 (patch)
tree51a2a39bb4514f539d08fa83933b478dd16d2f55 /.travis.yml
parentdc9260e5131c5e30bba951bc8c009cd843be32a2 (diff)
downloadpython-json-patch-5ee8e9e3fd94647236e75436da6d917f712cc087.tar.gz
Add Travis tests for Python 3.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f1d2eb9..e4a40ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
+ - "3.5"
- "pypy"
- "pypy3"