Files @ 61743ed3c7be
Branch filter:

Location: kallithea/tox.ini

domruf
less: cleanup #quick_login style

- there are no #quick_login .links elements
- there are no #quick_login .buttons elements
- there are no #quick_login .form-group elements
- there are no #quick_login .unread elements
- there are no #quick_login .notifications elements
- color is already set on #quick_login *
- background and padding is already set for all dropdown menus
- h4 already has margin-bottom 10px
[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}