Skip to content

Commit 58a8142

Browse files
akxcclauss
andcommitted
Use simpler run: tox -e py incantation
Co-authored-by: Christian Clauss <[email protected]> Signed-off-by: Aarni Koskela <[email protected]>
1 parent fea2a25 commit 58a8142

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,4 @@ jobs:
1818
tox.ini
1919
setup.py
2020
- run: pip install tox
21-
- if: matrix.python == '3.7'
22-
run: TOXENV=py37 tox
23-
- if: matrix.python == '3.8'
24-
run: TOXENV=py38 tox
25-
- if: matrix.python == '3.9'
26-
run: TOXENV=py39 tox
27-
- if: matrix.python == '3.10'
28-
run: TOXENV=py310 tox
29-
- if: matrix.python == '3.11'
30-
run: TOXENV=py311 tox
31-
- if: matrix.python == '3.12'
32-
run: TOXENV=py312 tox
21+
- run: tox -e py

0 commit comments

Comments
 (0)