Files @ 64e2d5a291a7
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
settings: rescope 'Analytics HTML' option to generic HTML/JS/CSS customization

Update the setting name 'Analytics HTML block' to better cover the fact that
it can be used to make any HTML, JavaScript or CSS tweak.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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