Allow for posargs in tox

This commit is contained in:
Hynek Schlawack 2015-10-18 11:53:46 +02:00
parent a0c74621e8
commit 4c085a7dda
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deps =
pytest>=2.7.2 # see https://github.com/hynek/attrs/issues/14 pytest>=2.7.2 # see https://github.com/hynek/attrs/issues/14
zope.interface zope.interface
commands = commands =
coverage run --parallel -m pytest tests coverage run --parallel -m pytest tests {posargs}
[testenv:flake8] [testenv:flake8]