k8s-docker-suite-app-murano/tox.ini
Nikolay Mahotkin d0e77a48ec Adding tox env for docs
Change-Id: I30f009448a3d82d6a53463ff534aae3dc466c042
2016-09-20 11:48:03 +00:00

24 lines
496 B
INI

[tox]
minversion = 1.6
skipsdist = True
skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
passenv = OS_* MURANO* *ENDPOINT*
deps=
-r{toxinidir}/test-requirements.txt
distribute = false
[testenv:venv]
commands = {posargs:}
[testenv:docs]
commands = sphinx-build doc/source doc/build
[testenv:deploy_scale_k8s]
commands = python -m unittest tests.test_k8s_app.MuranoK8sTest.test_deploy_scale_k8s