From e066b2f850ebd3a2f5e466dc56d64bbd78ed68cf Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 21 Jul 2016 17:57:43 +0300 Subject: Move comment next to nose dependency one line up It looks tox stopped understanding comments, added to the same line as instructions. Work around that. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2904df6..f936dbe 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,8 @@ envlist = py26,py27,py33,py34,py35,pypy,pypy3 [testenv] deps= - nose # Adds nosetests command to setup.py + # Adds nosetests command to setup.py + nose commands= python -bb setup.py nosetests {posargs:--with-coverage} -- cgit v1.2.1