Skip to content

Commit

Permalink
Use simpler run: tox -e py incantation
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Clauss <cclauss@me.com
  • Loading branch information
akx committed Dec 23, 2023
1 parent fea2a25 commit ed52025
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ jobs:
tox.ini
setup.py
- run: pip install tox
- if: matrix.python == '3.7'
run: TOXENV=py37 tox
- if: matrix.python == '3.8'
run: TOXENV=py38 tox
- if: matrix.python == '3.9'
run: TOXENV=py39 tox
- if: matrix.python == '3.10'
run: TOXENV=py310 tox
- if: matrix.python == '3.11'
run: TOXENV=py311 tox
- if: matrix.python == '3.12'
run: TOXENV=py312 tox
- run: tox -e py

0 comments on commit ed52025

Please sign in to comment.