From 6e9db0944267e81caddd62036c94b8f9d8f20761 Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Thu, 5 Nov 2015 12:39:01 -0800 Subject: [PATCH] Travis: Drop Python 2.6 Markdown keeps breaking the 2.6 build. We could pin an earlier version, or we can simply drop 2.6 support. The Python world is moving on; time for us to do the same. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cc11535..effade5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.4" - "3.5"