Files @ 6a83b399bb3c
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
pytest migration: remove nose from tox configuration
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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