view tox.ini @ 6836:01c216ba7e37

tests: fix test failure after 3c1cdd1c1736 The hashes that apparently only were used for toggling commit messages were also used by tests. This change could seem to remove some test coverage, but the removed sha check is covered by the changeset_hash check a few lines later.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 28 Aug 2017 05:25:39 +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}