Files @ c6232b791d87
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
changeset: use monospace and and fix spacing when showing full changeset

These messages are usually written in a mono space font. We thus also show it
that way to preserve ASCII art and formatting.
[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}