summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-05-29 14:08:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-29 14:08:34 +0000
commit23701b001275581b8b21bb82e4e9f8b7f4ebc56b (patch)
tree810ede15c709edb4d44a319e02ccb7c4e055b1fb /tox.ini
parent475090f0d7a679b8c223a225c16eb858cbc7d82d (diff)
parent42a4bc6d587ae5c980632de0e0805aecd0456235 (diff)
Merge "Move api out of the docs directory"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bde3a9757..70059d11d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = nosetests --with-xunit \
[testenv:docs]
basepython = python2.7
-commands = sphinx-build -W -b html docs/api/ docs/api/_build
+commands = sphinx-build -W -b html api/ api/_build
[testenv:pep8]
basepython = python2.7