Files @ 5ddd6b930dd0
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
py3: add safe_bytes in places where we will need it and where it doesn't do any harm
[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}