Files @ efbd922f594c
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
admin: remap/rescan: fix alignment of button

The 'Rescan repositories' button was not aligned with the checkboxes as
intended (like on the search settings page) due to a stray </div> tag.
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}