Add tox -e docs
command
Change-Id: I1862ddb515cc472281d3a929ce8a47371a86bf9a
This commit is contained in:
parent
35857efbb7
commit
f5d98260ce
7
tox.ini
7
tox.ini
@ -17,6 +17,13 @@ usedevelop = False
|
|||||||
commands =
|
commands =
|
||||||
flake8 {posargs:solar}
|
flake8 {posargs:solar}
|
||||||
|
|
||||||
|
[testenv:docs]
|
||||||
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
sphinx
|
||||||
|
commands =
|
||||||
|
rm -rf doc/build
|
||||||
|
python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
sphinx
|
sphinx
|
||||||
|
Loading…
Reference in New Issue
Block a user