summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Pavlov <apavlov@mirantis.com>2015-11-05 19:32:53 +0300
committerAndrey Pavlov <apavlov@mirantis.com>2015-11-12 19:56:00 +0000
commit0cf6ec23d6de2af24401e872b697a7567263fa97 (patch)
tree80d9dfaad04266e812c77f97dd5e15925f283d09 /tox.ini
parent1aaea83b02eeaf7a8da6a89da1cbb7b2396bf191 (diff)
downloadpython-saharaclient-0cf6ec23d6de2af24401e872b697a7567263fa97.tar.gz
Adding sphinx extension for CLI docs autogeneration
New CLI docs now can be autogenerated, that prevents them from being outdated and excludes manual updates Partially implements: blueprint cli-as-openstackclient-plugin Change-Id: I11e6dadc7d19bd55777e748e7ada199311b20003
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1458f40..eac66b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,7 @@ setenv =
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
+ sphinx-argparse
commands = bash tools/pretty_tox.sh "{posargs}"
whitelist_externals = bash
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY