view tox.ini @ 6846:4f3447149c98

changelog: update styling - don't restrict styling to graph when it is all for all changelog views Be more specific when styling applies to all table#changesets or to columns in it.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 27 Aug 2017 16:39:35 +0200
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}