Use in-tree cliffdemo app for docs build

Previously cliffdemo is specified as the dependency, but it installs
cliffdemo from PyPI which is older. It is better to build the doc
from the in-tree cliffdemo app.

Change-Id: I5821b52b05f257a82d7cae317bf75ea0c8455cf2
This commit is contained in:
Akihiro Motoki 2017-10-25 19:21:01 +09:00 committed by Monty Taylor
parent c471e7a92a
commit bc162de126
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ commands =
coverage report --show-missing
deps =
-r{toxinidir}/test-requirements.txt
cliffdemo
{toxinidir}/demoapp
.[docs]
[testenv:pep8]