Add validator for test groups

Add py27 tox environment

Change-Id: I151eeb6e4e70d80ef263c13a3a9408af663c9799
Implements blueprint template-based-testcases
This commit is contained in:
Dmitry Tyzhnenko 2016-02-22 19:42:32 +02:00 committed by Dmitry Tyzhnenko
parent 5372f8cd78
commit f488aaf23a
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@
[tox]
skipsdist = True
envlist = pep8
envlist = pep8, py27
[testenv]
deps = -r{toxinidir}/fuelweb_test/requirements.txt
usedevelop = False
commands =
./run_system_test.py show-all-groups
[testenv:pep8]
# TODO: #deps = hacking==0.7