aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 21e9f406fd6b481511c58f794abfa3188a30971b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
minversion = 1.6
skipsdist = True

[testenv]
usedevelop = True
deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt

[testenv:venv]
commands = {posargs}

[testenv:pep8]
commands = python ./tools/yaml-validate.py .

[testenv:templates]
commands = python ./tools/process-templates.py .