blob: c8a912b82e1d0dbe19911a169eba6e65c2e2b1fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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/process-templates.py
python ./tools/yaml-validate.py .
[testenv:templates]
commands = python ./tools/process-templates.py
|