From d618ee3d90faeaacea1096ac43af36450527d604 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 24 Sep 2015 09:53:55 -0400 Subject: [PATCH] BF: disable testing on python 3.2 until coverage gets a fix --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f65e4896..adb41e7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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