view tox.ini @ 6445:fb565a8b4b4f

mails: make title in header boxes slightly bolder In my opinion, the top headers in the new mail styling seemed a bit "thin" compared to the other headers.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 22 Jan 2017 01:16:51 +0100
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

[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}