view tox.ini @ 7206:f460139aa6d6

pullrequests: fix position of edit button The edit button belongs to the label, so lets put it there. We then do't need the #pr-edit-btn style any more.
author domruf <dominikruf@gmail.com>
date Sun, 11 Mar 2018 12:20:29 +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}