diff options
-rw-r--r-- | .travis.yml | 2 |
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 |