Files @ 0f1f5c6bcaa1
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
config: remove unused symbols DATE_FORMAT / DATETIME_FORMAT

These were previously imported by helpers.py, but without actual usage
anywhere.
[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}