Merge "Keystone token flush cron job should log to a file"
[apex-tripleo-heat-templates.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 skipsdist = True
4
5 [testenv]
6 usedevelop = True
7 deps = -r{toxinidir}/requirements.txt
8        -r{toxinidir}/test-requirements.txt
9
10 [testenv:venv]
11 commands = {posargs}
12
13 [testenv:pep8]
14 commands =
15     python ./tools/process-templates.py
16     python ./network/endpoints/build_endpoint_map.py --check
17     python ./tools/yaml-validate.py .
18
19 [testenv:templates]
20 commands = python ./tools/process-templates.py
21
22 [testenv:releasenotes]
23 commands = bash -c tools/releasenotes_tox.sh