Files @ df5b6fc6c518
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
javascript: add missing semicolons
[tox]
envlist = py{26,27}-{pytest,nose}

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