Make sure coverage works again

This commit is contained in:
Dave Halter
2020-01-02 01:28:30 +01:00
parent 9824929ad1
commit ff96b052d0

View File

@@ -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 =