Files @ f537a6e23e2c
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
py3: add missing ascii_str for display of hg changeset graft/transplant source revision
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}