2013-10-16 19:48:57 +01:00
|
|
|
[tox]
|
|
|
|
minversion = 1.6
|
|
|
|
skipsdist = True
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
usedevelop = True
|
|
|
|
deps = -r{toxinidir}/requirements.txt
|
|
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
|
|
|
|
[testenv:venv]
|
|
|
|
commands = {posargs}
|
2015-09-15 14:07:45 -05:00
|
|
|
|
2016-02-11 12:29:36 -06:00
|
|
|
[testenv:pep8]
|
2016-11-07 07:59:03 -05:00
|
|
|
commands =
|
|
|
|
python ./tools/process-templates.py
|
2017-02-01 16:05:03 -05:00
|
|
|
python ./network/endpoints/build_endpoint_map.py --check
|
2016-11-07 07:59:03 -05:00
|
|
|
python ./tools/yaml-validate.py .
|
2016-11-07 07:45:15 -05:00
|
|
|
|
|
|
|
[testenv:templates]
|
2016-11-07 07:59:03 -05:00
|
|
|
commands = python ./tools/process-templates.py
|
2017-01-13 14:02:05 -05:00
|
|
|
|
|
|
|
[testenv:releasenotes]
|
|
|
|
commands = bash -c tools/releasenotes_tox.sh
|