Fix warning when running tox -e docs

We get a warning "WARNING:test command found but not installed in testenv"
when building docs. This patch fix it.

Change-Id: Ib9798e59c55099d5a4bf8989401b63487b0c6338
This commit is contained in:
Jeremy Liu 2016-12-13 17:28:24 +08:00
parent 344f230990
commit 45bfe2ecd5

View File

@ -97,6 +97,7 @@ commands =
python setup.py build_sphinx
rm -rf api-ref/build
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html/
whitelist_externals = rm
[testenv:gendriverlist]
sitepackages = False