From eaad2c22e158a1034476892a717608bd7db4706d Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Tue, 21 Oct 2014 15:27:42 -0500 Subject: [PATCH] Updated Python Versions Target the Python 2.7 and Python 3.3 versions to match the community strategic levels. Change-Id: I38f646a095ba1b2f5b898fffe6c6a3b53d7b0715 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 906564f5..9b84f02d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 diff --git a/tox.ini b/tox.ini index 60a83f25..40ec95df 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pypy,pep8 +envlist = py27,py33,pypy,pep8 skipsdist = True [testenv]