Files @ 37a2a02f9d6f
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
datatables: in css, use custom font for DataTable sort order instead of images we don't have
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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