summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndrey Pavlov <apavlov@mirantis.com>2015-11-03 15:51:57 +0300
committerAndrey Pavlov <apavlov@mirantis.com>2015-11-12 12:19:44 +0000
commit1aaea83b02eeaf7a8da6a89da1cbb7b2396bf191 (patch)
tree4493a073fc913a5198b9bd49cdf2822cae4c712d /tox.ini
parente8a7f45825e3ad06e38dcf77bd4c49e3c1a66e5f (diff)
downloadpython-saharaclient-1aaea83b02eeaf7a8da6a89da1cbb7b2396bf191.tar.gz
Adding Sahara CLI overview to docs and fixing warnings
New Sahara CLI as OpenStackClient plugin usage overview added and few warnings during docs generation fixed Partially implements: blueprint cli-as-openstackclient-plugin Change-Id: If5b4608429d994c642237d6a73ebd9e1bd985fc5 Closes-bug: #1512690
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e1aded1..1458f40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,6 +54,8 @@ commands =
rm -rf doc/html doc/build
rm -rf doc/source/apidoc doc/source/api
python setup.py build_sphinx
+whitelist_externals =
+ rm
[flake8]
show-source = true