Codebase list python-castellan / 5fea4ff
Merge "Remove Python 3.3 from setup.cfg and tox.ini" Jenkins authored 9 years ago Gerrit Code Review committed 9 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 Programming Language :: Python :: 2.7
1717 Programming Language :: Python :: 2.6
1818 Programming Language :: Python :: 3
19 Programming Language :: Python :: 3.3
2019 Programming Language :: Python :: 3.4
2120
2221 [files]
00 [tox]
11 minversion = 1.6
2 envlist = py33,py34,py26,py27,pypy,pep8
2 envlist = py34,py26,py27,pypy,pep8
33 skipsdist = True
44
55 [testenv]