From ff96b052d0b3c49504fec76f600d997b94ca55ed Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 2 Jan 2020 01:28:30 +0100 Subject: [PATCH] Make sure coverage works again --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c22c7d2d..ef5eaa33 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,9 @@ setenv = env37: JEDI_TEST_ENVIRONMENT=37 commands = pytest {posargs} -[testenv:cov] +[testenv:cov-py37] commands = - coverage run --source jedi -m pytest + coverage run --source jedi -m pytest {posargs} coverage report [testenv:sith] commands =