Skip to content

Commit bcbb876

Browse files
committed
Moved into one build to have coverage
1 parent 9d683ea commit bcbb876

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ jobs:
1616
- python-version: 3.6
1717
tox-env: py36
1818
- python-version: 3.7
19-
tox-env: py37,docs,readme
19+
tox-env: py37,docs,readme,black
2020
- python-version: 3.8
2121
tox-env: py38
2222
- python-version: 3.9
2323
tox-env: py39
2424
- python-version: pypy3
2525
tox-env: pypy3
26-
- python-version: 3.7
27-
tox-env: black
2826
steps:
2927
- uses: actions/checkout@v2
3028
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)