view tox.ini @ 6543:9059da57b431

auth: improve API key documentation for users Add a warning about API key implications on the actual My Accounts/ API keys page where users are likely to see it. No warning is added to the admin page equivalent, under the assumptions that admins can be trusted to either know what API keys are (or at least not mess around with them when editing other users), and thus don't need the admonishment.
author Søren Løvborg <sorenl@unity3d.com>
date Wed, 15 Mar 2017 22:07:53 +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}