Skip to content

Commit 773e822

Browse files
committed
Disable 3.2 testing from travis.yml due to autobahn errors.
1 parent eff292e commit 773e822

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
5+
# Disable testing 3.2 since autobahn uses unicode literal syntax that wasn't
6+
# re-added into 3.3. See PEP 414
7+
# - "3.2"
68
- "3.3"
79
- "3.4"
810
install:

0 commit comments

Comments
 (0)