diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-03 00:09:59 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-10-03 00:09:59 -0400 |
| commit | 1934b1b24347fbe528c02fd8eafcd4c569e96763 (patch) | |
| tree | 2729d460618e2aa5cdc64e48272ee56ae5abe840 | |
| parent | 31018bf7c2c57c530d55ed1dd90b9b65d489d557 (diff) | |
| download | python-openstackclient-1934b1b24347fbe528c02fd8eafcd4c569e96763.tar.gz | |
Place the command to generate docs on one line
Change-Id: I99d78208c940bc6646327ee967e71187c32a159f
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,8 +25,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}' downloadcache = ~/cache/pip [testenv:docs] -commands= - python setup.py build_sphinx +commands = python setup.py build_sphinx [flake8] ignore = H305,H307,H402,H904 |
