tox: Keeping going with docs

Change-Id: Ib54892df6c23a27c625bd4818dd03989c30f4141
This commit is contained in:
jacky06 2019-10-24 01:22:59 +08:00
parent f23e1e40f0
commit 5e992058ee
1 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ minversion = 2.0
skipsdist = True
envlist = docs
[testenv]
usedevelop = True
install_command =
@ -27,7 +26,6 @@ setenv =
PYTHONUNBUFFERED=1
VIRTUAL_ENV={envdir}
[testenv:docs]
basepython = python3
commands=
@ -35,12 +33,10 @@ commands=
doc8 doc
python setup.py build_sphinx
[doc8]
# Settings for doc8:
extensions = .rst
# environment used by the -infra templated docs job
[testenv:venv]
basepython = python3