Files @ 0cb43732260b
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pullrequests: make it easier to see what needs attention on "my" list; list PRs needing attention separately
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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