From 6919d6daf35741fd85b6c67d1fbb8c08135ef1d9 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Fri, 4 Jul 2014 01:28:11 +0100 Subject: [PATCH] RF: remove 2.6 build 2.6 build hit a problem with old pip and SSL: https://github.com/pypa/pip/issues/829 Rather than struggle through, just remove that build. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c62f2c8c..cfb9add1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: env: global: LATEST_TAG=1 matrix: - - VERSION=2.6.6 - VERSION=2.7.8 - VERSION=3.2.5 - VERSION=3.3.5