Files @ cc21a2b86a30
Branch filter:

Location: kallithea/tox.ini

Anton Shestakov
docs: update links to Mercurial's website and wiki

Also Mercurial itself is not a coding standard, so add possessive suffix.
[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}