From 078a0702d3f9e68ad96d866890fcadf65efe26d4 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Fri, 29 Apr 2016 18:37:55 +0100 Subject: [PATCH] Move single line properties to the same line as the key --- tox.ini | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/tox.ini b/tox.ini index 6eba8395d..6c6818908 100644 --- a/tox.ini +++ b/tox.ini @@ -21,28 +21,23 @@ deps = pyxdg jellyfish python-mpd2 -commands = - nosetests {posargs} +commands = nosetests {posargs} [testenv:py27cov] basepython = python2.7 deps = {[testenv]deps} coverage -commands = - nosetests --show-skipped --with-coverage {posargs} +commands = nosetests --show-skipped --with-coverage {posargs} [testenv:py27setup] basepython = python2.7 -commands = - python ./setup.py test {posargs} +commands = python ./setup.py test {posargs} [testenv:docs] changedir = docs -deps = - sphinx -commands = - sphinx-build -W -q -b html . {envtmpdir}/html +deps = sphinx +commands = sphinx-build -W -q -b html . {envtmpdir}/html [testenv:flake8] deps =