Files @ 42d1e1ab41a8
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
js: clean-up of trailing whitespace in graph.js
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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