armada/tox.ini

25 lines
468 B
INI

[tox]
envlist = py27
[testenv]
deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv=
PYTHONWARNINGS=all
[testenv:ubuntu]
commands =
sh {toxinidir}/tools/libgit2.sh
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/armada/config-generator.conf
[flake8]
ignore=E302,H306
exclude= libgit2-0.24.0, .git, .idea, .tox, *.egg-info, *.eggs, bin, dist, hapi