From e2bd5467b26710ff43edd5359728b426e2f84357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 25 Aug 2015 01:26:04 +0200 Subject: [PATCH] removing python 3.2 since it's incompatible with coverage --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a0d8fe1..b76e9496 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "pypy"