Files @ ef70f1594acf
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
edit: fix indentation and document ready execution of javascript for file and gist editing
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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