summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCooper Benson <cooper@amprobotics.com>2018-08-20 16:59:04 -0600
committerCooper Benson <cooper@amprobotics.com>2018-08-20 16:59:04 -0600
commit90cb7c5decaee0efbdcc6aa18c1e8ebdf9ed297f (patch)
tree5fab6323ff2ed7373b4b970e21e0cdb0be3ef693
parent669f652e865dbbb3cac23e9ea62a5ac87d50f23c (diff)
downloadjsonpath-rw-90cb7c5decaee0efbdcc6aa18c1e8ebdf9ed297f.tar.gz
Adding Python 3.5 and 3.6 to the travis config
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c55ece..6a99738 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,9 @@ python:
- "3.2"
- "3.3"
- "3.4"
-install:
+ - "3.5"
+ - "3.6"
+install:
- "pip install ."
- "pip install pytest"
- "pip install coveralls"