From a33e7e6361437eaff7287941be1102fd8afff72e Mon Sep 17 00:00:00 2001 From: Tuomas Suutari Date: Fri, 9 Feb 2018 11:19:59 +0200 Subject: [PATCH] Tox: requirements check: Allow specifying prequ args --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b4befcb6..5da86c54 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ commands = py.test -ra -vvv --strict --cov {posargs} [testenv:requirements] basepython = python3.4 deps = prequ==1.3.1 -commands = prequ check -v +commands = prequ {posargs:check -v} [testenv:style] basepython = python3.4