Files @ 4e9f5ef98dc4
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv
[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}