Merge "Drop py33 support"

This commit is contained in:
Jenkins 2015-12-15 15:45:14 +00:00 committed by Gerrit Code Review
commit aeaa6eb69b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages = ironicclient

View File

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