From f2f8ca086d21aefdabe7571cd8c9b6a4c7c2aa94 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Jan 2015 19:25:41 -0800 Subject: [PATCH] add posargs to tox tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5d6cdb9..21c569b 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = pytest mock pytest-cov -commands = py.test -v --cov pylast --cov-report term-missing +commands = py.test -v --cov pylast --cov-report term-missing {posargs} [testenv:venv] deps = ipdb