Updated Travis config to omit 3.2, as coverage 4.0 breaks there.
This commit is contained in:
parent
d5848b14ca
commit
bee314e373
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue