Fix "tox -e dashboards"

Change-Id: I996c6d68c7f34fdf573cc5550adc23bd50266cde
This commit is contained in:
YAMAMOTO Takashi 2017-04-26 15:24:59 +09:00
parent f4349b4965
commit a0e45bf32a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[testenv:dashboards]
commands =
bash -c "tools/generate_dashboards.sh"
sphinx-build doc/dashboards/ build/
sphinx-build doc/source/ build/
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if