forked from VimPlug/jedi
It should be possible to pass posargs to pytest for tox
This commit is contained in:
@@ -24,7 +24,7 @@ setenv =
|
|||||||
env36: JEDI_TEST_ENVIRONMENT=36
|
env36: JEDI_TEST_ENVIRONMENT=36
|
||||||
env37: JEDI_TEST_ENVIRONMENT=37
|
env37: JEDI_TEST_ENVIRONMENT=37
|
||||||
commands =
|
commands =
|
||||||
pytest
|
pytest {posargs}
|
||||||
whitelist_externals = pytest
|
whitelist_externals = pytest
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user