From d8aca943d60b56829659606c7d382a01c7cfd0fd Mon Sep 17 00:00:00 2001 From: Michael Leonard Date: Sun, 22 Nov 2015 18:17:46 -0600 Subject: [PATCH] Remove test against Python 3.2 Apparently the python-coveralls package has some sort of problem in Python 3.2 and is making my tests fail. I am removing the test until the issue is resolved. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8efb3d..bd3b329 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5"