Skip to content

Commit b29beef

Browse files
tox configuration
1 parent e898130 commit b29beef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: ${{ matrix.python }}
4141
- run: python -m pip install --upgrade pip wheel tox
42-
- run: tox
42+
- run: tox -epy
4343
coverage:
4444
name: coverage
4545
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
python-version: 3.14
5353
- run: python -m pip install --upgrade pip wheel tox
54-
- run: tox
54+
- run: tox -epy
5555
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
5656
with:
5757
files: ./coverage.xml

0 commit comments

Comments
 (0)