Files @ 1a3af9e025e2
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
make-release: remove instruction about updating copyright/contributors

The copyright script is now run by the script itself, so a warning to run it
is no longer necessary.
[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}