summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 16:12:55 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 16:12:55 +0100
commit5c12ff49fc91e66f30c5dc878f5d764d08479558 (patch)
tree81966314b14f4c1974b816996506697b792f77a7 /.travis.yml
parent56e942318f3c493c8dcd4759f806034331ebeda5 (diff)
downloadgitpython-5c12ff49fc91e66f30c5dc878f5d764d08479558.tar.gz
Adjusted travis to test for python 3 as well
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c1b71110..14af1909 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.3"
+ - "3.4"
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
git:
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow