Allow for posargs in tox
This commit is contained in:
parent
a0c74621e8
commit
4c085a7dda
2
tox.ini
2
tox.ini
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue