Files @ f0b9706d8d7e
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
scripts: introduce scripts/run-all-cleanup - run this before committing to make sure some aspects of the coding style is maintained
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
commands =
    pytest: py.test {posargs}