Skip to content

Commit 636cf98

Browse files
committed
Drop Python 3.3 support as latest setuptools doesn't support it
Also add Python 3.6 to Travis tests.
1 parent 8575e9e commit 636cf98

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,9 +2,9 @@ sudo: false
22
language: python
33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
7+
- "3.6"
88
# Apparently six must be installed first, otherwise setup.py will be unhappy
99
install:
1010
- pip install six

0 commit comments

Comments
 (0)