From 7747a2c8775a76e77d5056826706bafccd3031f7 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Jul 2018 23:39:00 +0200 Subject: [PATCH] Travis: remove python 3.2 from build list It seems the setuptools libraries that are installed in the travis environments don't support anymore 3.2, which causes the builds to be wrongly marked as failed. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1052d3..8d07539 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "nightly" -- 2.39.2