view tox.ini @ 7069:4d888981c3bc

less: simplify logo / brand styling :hover is not relevant, and the logo only apply to the main menu - not the context menu.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 13 Dec 2017 01:38:52 +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}