##// END OF EJS Templates
Merge
Merge

File last commit:

r5050:5c8c77b7 default
r5058:c5829bc7 merge default
Show More
tox.ini
16 lines | 251 B | text/x-ini | IniLexer
[pytest]
norecursedirs = kallithea/tests/scripts .tox
[tox]
envlist = py{26,27}-{pytest,nose}
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}