Updated Travis config to omit 3.2, as coverage 4.0 breaks there.

This commit is contained in:
Vinay Sajip 2015-09-23 08:22:05 +01:00
parent d5848b14ca
commit bee314e373
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sudo: false
python:
- "2.6"
- "2.7"
- "3.2"
# - "3.2" removed because Coveralls/coverage 4.0 fails on 3.2
- "3.3"
- "3.4"
- "pypy"