Files @ 46662961d58d
Branch filter:

Location: kallithea/tox.ini - annotation

Marc Abramowitz
tox.ini: Add nose and pytest deps
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}