mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Make sure coverage works again
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -29,9 +29,9 @@ setenv =
|
|||||||
env37: JEDI_TEST_ENVIRONMENT=37
|
env37: JEDI_TEST_ENVIRONMENT=37
|
||||||
commands =
|
commands =
|
||||||
pytest {posargs}
|
pytest {posargs}
|
||||||
[testenv:cov]
|
[testenv:cov-py37]
|
||||||
commands =
|
commands =
|
||||||
coverage run --source jedi -m pytest
|
coverage run --source jedi -m pytest {posargs}
|
||||||
coverage report
|
coverage report
|
||||||
[testenv:sith]
|
[testenv:sith]
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user