view tox.ini @ 7472:9004225eb812

front-end: Move .less files to the front-end folder The less directory was public - we prefer to have the source file outside the public folder. And we prefer to name the folder after the use of content instead of the primary file type of content. The last remaining 3rd-party file, mergely.css, was still not used from that location and is just removed.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 11 Dec 2018 01:14:16 +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}