Files @ a0da4cb92760
Branch filter:

Location: kallithea/tox.ini

domruf
less: clean up select2 style

- make select2 as big as form-controls
- move border: 0 to new .select2-container block
[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}