Files @ c4e27c23079f
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
alembic: fix fatal missing os import

Introduced with last minute tweaks in 488b52cad890.
[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}