Merge "Adding tox env for docs"
This commit is contained in:
commit
35407bc8bd
@ -1,6 +1,8 @@
|
|||||||
testtools
|
testtools
|
||||||
requests
|
requests
|
||||||
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
||||||
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
paramiko
|
paramiko
|
||||||
python-muranoclient
|
python-muranoclient
|
||||||
python-heatclient
|
python-heatclient
|
||||||
python-novaclient
|
python-novaclient
|
||||||
|
3
tox.ini
3
tox.ini
@ -18,6 +18,9 @@ distribute = false
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs:}
|
commands = {posargs:}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
commands = sphinx-build doc/source doc/build
|
||||||
|
|
||||||
[testenv:deploy_scale_k8s]
|
[testenv:deploy_scale_k8s]
|
||||||
commands = python -m unittest tests.test_k8s_app.MuranoK8sTest.test_deploy_scale_k8s
|
commands = python -m unittest tests.test_k8s_app.MuranoK8sTest.test_deploy_scale_k8s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user