view tox.ini @ 7045:99f81d23ea20

less: introduce less variables and use them to control the logo styling This will make it easier to customize the logo. Also introduce kallithea-variables.less, intended to contain various values that easily can be modified to change most of the styling. Original patch modified by Mads Kiilerich to just change the styling method without changing the look.
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 20:37:52 +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}