Files @ c52f18a1c2c7
Branch filter:

Location: kallithea/tox.ini

domruf
less: clean up lang_stats style

- remove background-color bootstrap already uses @brand-primary
- text-decoration: none is unnecessary
- move to separate block and add comment
[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}