Merge "Containerize HAProxy for the non-ha case"
[apex-tripleo-heat-templates.git] / tox.ini
1 [tox]
2 minversion = 1.6
3 skipsdist = True
4
5 [testenv]
6 usedevelop = True
7 install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
8 deps = -r{toxinidir}/requirements.txt
9        -r{toxinidir}/test-requirements.txt
10
11 [testenv:venv]
12 commands = {posargs}
13
14 [testenv:pep8]
15 commands =
16     python ./tools/process-templates.py
17     python ./network/endpoints/build_endpoint_map.py --check
18     python ./tools/yaml-validate.py .
19
20 [testenv:templates]
21 commands = python ./tools/process-templates.py
22
23 [testenv:releasenotes]
24 commands = bash -c tools/releasenotes_tox.sh