view tox.ini @ 7589:08de75df7775

scripts/make-release: print out shortlog for inclusion in release announcements The revset should generate the correct list compared with the last tagged release on the stable branch. The same revset should be used as a basis for release notes.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 19 Mar 2019 21:43:59 +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}