File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ deps=pytest
7
7
passenv =
8
8
PYTHON_ISAL_LINK_DYNAMIC
9
9
commands =
10
- # Create HTML coverage report for humans and xml coverage report for external services.
11
- pytest -v tests
10
+ pytest tests
12
11
13
12
[testenv:coverage]
14
13
deps =coverage[toml]
@@ -20,7 +19,7 @@ setenv=
20
19
CYTHON_COVERAGE =true
21
20
commands =
22
21
# Create HTML coverage report for humans and xml coverage report for external services.
23
- coverage run --source ={envsitepackagesdir}/isal -m py.test -v tests
22
+ coverage run --source ={envsitepackagesdir}/isal -m py.test tests
24
23
coverage html
25
24
coverage xml
26
25
@@ -32,7 +31,7 @@ commands=
32
31
[testenv:compatibility]
33
32
deps =pytest
34
33
commands =
35
- pytest -v tests/test_isal.py
34
+ pytest tests/test_isal.py
36
35
37
36
[testenv:lint]
38
37
deps =flake8
You can’t perform that action at this time.
0 commit comments