BF: disable testing on python 3.2 until coverage gets a fix

This commit is contained in:
Yaroslav Halchenko 2015-09-24 09:53:55 -04:00
parent 24f875ad3e
commit d618ee3d90

View file

@ -6,7 +6,8 @@ python:
- 2.6
- 2.7
- pypy
- 3.2
# disabled until coverage module fixes up compatibility issue
# - 3.2
- 3.3
- 3.4
- pypy3