summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <ssydore@softserveinc.com>2016-07-21 17:57:43 +0300
committerSviatoslav Sydorenko <ssydore@softserveinc.com>2016-07-21 17:57:43 +0300
commite066b2f850ebd3a2f5e466dc56d64bbd78ed68cf (patch)
tree643640d2782f85c78a6b658065dfdb68fffad9da
parent7c168b592ddfceb9e30b03aec0c9a60f5d600762 (diff)
downloadroutes-e066b2f850ebd3a2f5e466dc56d64bbd78ed68cf.tar.gz
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.
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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}