Files @ fa2f02020cc8
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
files: fix State typo after d66201a7ce6 (Issue #343)

History operations would fail with JavaScript errors.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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