summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn@kennknowles.com>2014-12-20 22:12:38 -0500
committerKenn Knowles <kenn@kennknowles.com>2014-12-20 22:12:38 -0500
commitcbbc4808df150816912e0abba7ff1b2c30ba19ff (patch)
treefeba95a0e39671d489646d4f2ee8b6f53c122bff
parent72fa02c441b1936c8c258dd7bb156d639548ee96 (diff)
parent05832a917d9cf4def66072cfe63b878387f32b02 (diff)
downloadjsonpath-rw-cbbc4808df150816912e0abba7ff1b2c30ba19ff.tar.gz
Merge pull request #20 from frewsxcv/patch-2
Test on Python 3.4
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cc92859..fe30768 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
install:
- "pip install . --use-mirrors"
- "pip install pytest --use-mirrors"