Skip to content

Commit 85f2b9b

Browse files
committed
Test against Python 3.4
If it works in Python 3.3, it should also work in Python 3.4. Considering it is the latest stable release, gitdb should be tested against it.
1 parent 5bfa7e6 commit 85f2b9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.6"
44
- "2.7"
55
- "3.3"
6+
- "3.4"
67
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
78

89
script: nosetests

0 commit comments

Comments
 (0)