view tox.ini @ 7418:0f9e7dbfa5d2

utils2: Move ask_ok out of paster_commands The ask_ok function is still a mess and should be cleaned up ...
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 18 Nov 2018 19:57:40 +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}