Files @ f40905c3257c
Branch filter:

Location: kallithea/tox.ini

Andrew Shadura
Added tag 0.3.2 for changeset a84d40e9481f
Added signature for changeset a84d40e9481f
[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}