From 1934b1b24347fbe528c02fd8eafcd4c569e96763 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 3 Oct 2014 00:09:59 -0400 Subject: [PATCH] Place the command to generate docs on one line Change-Id: I99d78208c940bc6646327ee967e71187c32a159f --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 42cf42417b..2c3fb69073 100644 --- a/tox.ini +++ b/tox.ini @@ -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