Skip to content

Commit 2daf3aa

Browse files
committed
Remove cov from nobdd
1 parent 0fc4d77 commit 2daf3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deps =
1919
setenv =
2020
AGENT_NO_ANALYTICS = 1
2121

22-
commands = pytest tests/ -s -vv
22+
commands = pytest --cov={envsitepackagesdir}/pytest_reportportal --cov-report=xml tests/ -s -vv
2323

2424
[testenv:nobdd]
2525
deps =
@@ -29,7 +29,7 @@ deps =
2929
setenv =
3030
AGENT_NO_ANALYTICS = 1
3131

32-
commands = pytest --cov={envsitepackagesdir}/pytest_reportportal --cov-report=xml tests/ -s -vv --ignore tests/integration/test_bdd.py
32+
commands = pytest tests/ -s -vv --ignore tests/integration/test_bdd.py
3333

3434
[testenv:pep]
3535
skip_install = True

0 commit comments

Comments
 (0)