view tox.ini @ 6111:9c1fe6f96146

changelog: add evolve information to the graph and the mark unstable changesets in red based on that information
author domruf <dominikruf@gmail.com>
date Fri, 24 Jun 2016 19:30:27 +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}