tox.ini
16 lines
| 251 B
| text/x-ini
|
IniLexer
Ronny Pfannschmidt
|
r5050 | [pytest] | ||
norecursedirs = kallithea/tests/scripts .tox | ||||
Marc Abramowitz
|
r5015 | [tox] | ||
Marc Abramowitz
|
r5016 | envlist = py{26,27}-{pytest,nose} | ||
Marc Abramowitz
|
r5015 | |||
[testenv] | ||||
Marc Abramowitz
|
r5017 | setenv = | ||
PYTHONHASHSEED = 0 | ||||
Marc Abramowitz
|
r5016 | deps = | ||
nose: nose | ||||
pytest: pytest | ||||
commands = | ||||
nose: nosetests {posargs} | ||||
pytest: py.test {posargs} | ||||