Skip to content

Commit 00b208f

Browse files
committed
Disable python 3.2 support for now
1 parent 7b24607 commit 00b208f

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
@@ -3,7 +3,7 @@ language: python
33
python:
44
- "2.6"
55
- "2.7"
6-
- "3.2"
6+
# - "3.2"
77
- "3.3"
88
install: "python setup.py develop"
99
script: "python setup.py test"

0 commit comments

Comments
 (0)