Skip to content

Commit 6917b7d

Browse files
committed
Dropping python 2.6 compat and adding python 3.3+
1 parent 6dc7d91 commit 6917b7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
57
install:
68
- "make deps"
79
- "make install"

0 commit comments

Comments
 (0)