Updated Python Versions

Target the Python 2.7 and Python 3.3 versions to match the community
strategic levels.

Change-Id: I38f646a095ba1b2f5b898fffe6c6a3b53d7b0715
This commit is contained in:
Drew Thorstensen 2014-10-21 15:27:42 -05:00
parent 095e1c183b
commit eaad2c22e1
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8
envlist = py27,py33,pypy,pep8
skipsdist = True
[testenv]