Skip to content

Commit

Permalink
Tox: requirements check: Allow specifying prequ args
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Feb 9, 2018
1 parent 28e0abe commit a33e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a33e7e6

Please sign in to comment.