summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-12-18 23:07:58 +0000
committerCorey Farwell <coreyf@rwell.org>2014-12-18 23:07:58 +0000
commit05832a917d9cf4def66072cfe63b878387f32b02 (patch)
treea1089b1db93e96543d715330e00316c675facbc8
parent3be2642572f87426c1b3335d5f708b45ada3aa6e (diff)
downloadjsonpath-rw-05832a917d9cf4def66072cfe63b878387f32b02.tar.gz
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"