From 0de7267e15dae3ced39fb8bb8d65a0f389d441ec Mon Sep 17 00:00:00 2001 From: Clayton Mellina Date: Wed, 6 Jan 2016 15:22:44 -0800 Subject: [PATCH] Remove test support for python 2.6 --- .travis.yml | 1 - python/tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5fa4144..f969f0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" before_install: - sudo apt-get update -qq diff --git a/python/tox.ini b/python/tox.ini index 045ae34..7a7c1ad 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27 +envlist = py27 [testenv] deps=