diff --git a/setup.cfg b/setup.cfg index 27be7fda..325f91e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,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 @@ -50,4 +49,4 @@ input_file = translator/locale/translator.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = translator/locale/translator.pot \ No newline at end of file +output_file = translator/locale/translator.pot diff --git a/tox.ini b/tox.ini index 6de0bf24..15d14197 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,py34,pypy,pep8 +envlist = py27,py33,py34,pypy,pep8 skipsdist = True [testenv]