From 77978b391fef4e311c40e4a17ecb2dd163ba0392 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Fri, 29 Jan 2016 18:26:02 -0800 Subject: [PATCH] Drops support for Python 2.6. Squashed commit of the following: commit 2f3bc6d4829c0f6f901ed2185a2e05f31d1be79f Author: Adam Coddington Date: Sat Jan 23 14:58:44 2016 -0800 Most modern tools have dropped support for Python 2.6 at this point; we should, too. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ffb4c0..edafa63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.6 - 2.7 before_install: - pip install -r requirements.txt