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

pull/1203/head
Yaroslav Halchenko 2015-09-24 09:53:55 -04:00
parent 24f875ad3e
commit d618ee3d90
1 changed files with 2 additions and 1 deletions

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