Files @ f38b50f8a6a6
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
scripts: introduce scripts/docs-headings.py for reformatting rst section titles in docs

Changes from this has already been committed in fbbe80e3322b and 8867673c8192.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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