File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,27 +66,21 @@ jobs:
6666 # Coverage for:
6767 # - osx
6868 # - pygments
69- # - verbosity=1
7069 - name : " macos-py36"
7170 python : " 3.6"
7271 os : macos-latest
7372 tox_env : " py36-pygments-coverage"
74- pytest_addopts : " --verbosity=1"
7573
7674 - name : " windows-py37 (1)"
7775 python : " 3.7"
7876 os : windows-latest
7977 tox_env : " py37-coverage-grouped"
80- # Coverage for:
81- # - verbosity=2
82- pytest_addopts : " --verbosity=2 --test-group-count 2 --test-group=1"
78+ pytest_addopts : " --test-group-count 2 --test-group=1"
8379 - name : " windows-py37 (2)"
8480 python : " 3.7"
8581 os : windows-latest
8682 tox_env : " py37-coverage-grouped"
87- # Coverage for:
88- # - verbosity=2
89- pytest_addopts : " --verbosity=2 --test-group-count 2 --test-group=2"
83+ pytest_addopts : " --test-group-count 2 --test-group=2"
9084
9185 - name : " xdist"
9286 python : " 3.8"
You can’t perform that action at this time.
0 commit comments