Skip to content

Commit e2e4c7c

Browse files
committed
tox usage for the tests workflow
1 parent df10df0 commit e2e4c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
python -m pip install pytest
32+
python -m pip install tox
3333
3434
- name: Run tests for ${{ matrix.python-version }}
3535
run: |
36-
python -m pytest -v
36+
python -m tox

0 commit comments

Comments
 (0)