view tox.ini @ 7006:c52f18a1c2c7

less: clean up lang_stats style - remove background-color bootstrap already uses @brand-primary - text-decoration: none is unnecessary - move to separate block and add comment
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 18:33:56 +0200
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}