Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit d569649

Browse files
committed
tox parallel
1 parent 1db06d4 commit d569649

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
with:
2121
python-version: "3.10"
2222
- run: python -m pip install tox
23-
- run: tox --parallel -e checkformatting,lint,py310-tests,py310-functests
24-
- run: tox -e py39-tests,py38-tests,coverage,py39-functests,py38-functests
23+
- run: tox --parallel -e 'checkformatting,lint,{py310,py39,py38}-tests,coverage,{py310,py39,py38}-functests'

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ deps =
2626
py38-dev: -r requirements/py38/dev.txt
2727
py38-tests: -r requirements/py38/tests.txt
2828
py38-functests: -r requirements/py38/functests.txt
29+
depends =
30+
coverage: {py310,py39,py38}-tests
2931
commands =
3032
dev: flask run --port 5482
3133
lint: pylint src bin

0 commit comments

Comments
 (0)