Set Redis VIP on all nodes
[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 = python ./tools/yaml-validate.py .