Codebase list straight.plugin / debian/1.4.1-2 tox.ini
debian/1.4.1-2

Tree @debian/1.4.1-2 (Download .tar.gz)

tox.ini @debian/1.4.1-2raw · history · blame

[tox]
envlist = py27,py33,py34,py35

[default]
deps =

[testenv]
setenv =
    PYTHON_PATH = {toxinidir}
commands = {envpython} tests.py {posargs}