Merge "Add system-config-run-base job"

This commit is contained in:
Zuul
2018-08-24 19:57:27 +00:00
committed by Gerrit Code Review
9 changed files with 119 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ commands = {posargs}
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -E -b html doc/source doc/build/html
[testenv:testinfra]
commands = py.test -n 5 --connection=ansible --ansible-inventory=/etc/ansible/hosts/inventory.yaml --hosts=all -v {posargs}
[flake8]
show-source = True
exclude = .tox,.eggs