From 8809c557657e11b24758e9b5f554cb7772a93f96 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 20 Sep 2018 09:25:20 -0700 Subject: [PATCH] stop running tests on Python 2.6 because coveralls dropped support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0daff95..fca9764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.6" + #- "2.6" - "2.7" - "3.3" - "3.4"