diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2015-02-11 11:41:04 +0000 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2015-02-11 11:41:04 +0000 |
commit | 3b605b691d4fde6be0ccb8034b4c3fc8299f3858 (patch) | |
tree | 014c601c9b7d2fa65990e9928df32fe2c7e84fa0 | |
parent | f38a2047731530dfa796056c6b1a07d2a9158e66 (diff) | |
download | vyos-cloud-init-3b605b691d4fde6be0ccb8034b4c3fc8299f3858.tar.gz vyos-cloud-init-3b605b691d4fde6be0ccb8034b4c3fc8299f3858.zip |
Enable passing arguments to nose via tox.
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ envlist = py26,py27,py34 recreate = True [testenv] -commands = python -m nose tests +commands = python -m nose {posargs:tests} deps = contextlib2 httpretty>=0.7.1 @@ -13,7 +13,7 @@ deps = pyflakes [testenv:py26] -commands = nosetests tests +commands = nosetests {posargs:tests} deps = contextlib2 httpretty>=0.7.1 |