view tox.ini @ 8248:4a0386c40504

repo: fix sorting in repo lists (Issue #360) Fix breakage I introduced in 173612a900ef when modifiying to add an early column and thus shifting the indices of columns used for sorting.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 14 Feb 2020 14:45:56 +0100
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}