Files @ 3b4f38277365
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
templates: drop autocomplete="off" - it is ignored by browsers

This is annoying for admin when setting passwor for other users - we will have
to do that in some other way.
[tox]
envlist = py{26,27}-{pytest,nose}

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