Add posargs to tox test runner

This commit is contained in:
Simon Gomizelj 2018-02-08 21:45:33 -05:00
parent c35d2a3a22
commit 97d7bbb96b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv] [testenv]
commands = commands =
pip install -e . pip install -e .
pytest pytest {posargs}
passenv = passenv =
TERM TERM
deps = deps =