Files @ 975f5769be08
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
tests: add test coverage for how repo creation access control is different through API and Web
[tox]
envlist = py{26,27}-{pytest,nose}

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