Codebase list python-castellan / 7bc4083
Merge "removed the older version of python" Jenkins authored 7 years ago Gerrit Code Review committed 7 years ago
3 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
2828
2929 .. note::
3030
31 Other available environments are py35, py34, pypy and pep8.
31 Other available environments are py35, pypy and pep8.
3232
3333 If you do not have the appropriate Python versions available, consider
3434 setting up PyEnv to install multiple versions of Python. See the
1515 Programming Language :: Python :: 2
1616 Programming Language :: Python :: 2.7
1717 Programming Language :: Python :: 3
18 Programming Language :: Python :: 3.4
1918 Programming Language :: Python :: 3.5
2019
2120 [files]
00 [tox]
11 minversion = 1.6
2 envlist = py35,py34,py27,pypy,pep8
2 envlist = py35,py27,pypy,pep8
33 skipsdist = True
44
55 [testenv]