Files @ 0ad053c172fa
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
cleanup: make module self-naming consistent

The self naming is quite pointless ... but at least make it right.
[tox]
envlist = py{26,27}-{pytest,nose}

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