From f0c5332ca3f2bda4527df323efbd5cca31a89467 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Tue, 9 Sep 2014 18:40:56 -0400 Subject: [PATCH] drop support for python 2.6 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c85e3f1..97c1777 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,7 @@ language: python services: - couchdb -python: - - 2.6 - - 2.7 +python: 2.7 install: - pip install -r requirements_dev.txt --use-mirrors