summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-05-29 14:08:14 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-05-29 14:14:05 +0200
commit42a4bc6d587ae5c980632de0e0805aecd0456235 (patch)
treeab490e143cf8fe46a7793d0344c788fe0a1a2454 /tox.ini
parentac816628995c1e017f12ba23435ae07d24ceecac (diff)
Move api out of the docs directory
The docs directory can only contain static documentation. All generated html files should be pushed as artifacts at the end of functest-verify-master. Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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