summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-09-29 13:16:49 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-09-29 13:16:49 +0200
commit90c4f25493b918ff9dc4ee52ae8216a554bb3446 (patch)
tree3bd9dc3f35ea976ca5ea4acd8e1ac4c50c3566d2
parent0d5062eac9d03ea63975446439600e63feb83163 (diff)
downloadgitdb-90c4f25493b918ff9dc4ee52ae8216a554bb3446.tar.gz
Add python 3.6 to the testing suite
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ba0beaa..7288a2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
git: