Files @ 00905ed03136
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pullrequests: use shared changelog_table implementation

It will show pretty much the same information as before, but in a different
order.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}