Skip to content

Commit 6a88578

Browse files
authored
Merge pull request #144 from techtonik/patch-1
Add Python 3.6 and remove 3.2
2 parents 9502b46 + b6a2e45 commit 6a88578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.2"
65
- "3.3"
76
- "3.4"
87
- "3.5"
8+
- "3.6"
99
- "pypy-5.3.1"
1010

1111
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib

0 commit comments

Comments
 (0)