Files @ a3c91d420bf3
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
js: update YUI - rebuild according to LICENSE.md instructions to only include the relevant subset
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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