Files @ 353c5dcf9aa8
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pull-request: make pull request title point to the pull request, but explain that it is a PR comment and let "comment" link to the comment
[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}