Remove py26 env

Change-Id: I1afcc041575ab65824a0eb8844727c6091397cf7
Closes-Bug: #1476117
This commit is contained in:
Oleksii Chuprykov 2015-07-20 09:58:56 +03:00
parent dcd77567e5
commit 5c404ca97e
2 changed files with 2 additions and 3 deletions

View File

@ -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
output_file = translator/locale/translator.pot

View File

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