diff options
author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-07-24 17:53:37 -0400 |
---|---|---|
committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-07-24 17:54:10 -0400 |
commit | fd1594937d777c0047051ae470e2de5523522171 (patch) | |
tree | a64929316605b7cd001078dd404820bf79b2684d /tox.ini | |
parent | 394cb57f630b3dfdc1d5b2e172ef0f1c16b8211f (diff) | |
download | python-swiftclient-fd1594937d777c0047051ae470e2de5523522171.tar.gz |
Add a tox job for generating docs
Add a tox job to make it easier for developers to generate their
own docs before submitting a patch.
Change-Id: I86dbfc64a9d174697048c254c6d3d042a62350b4
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ commands = python setup.py testr --coverage [tox:jenkins] downloadcache = ~/cache/pip +[testenv:docs] +commands= + python setup.py build_sphinx + [flake8] # it's not a bug that we aren't using all of hacking # H102 -> apache2 license exists |