Skip to content

Commit 25b7a1e

Browse files
committed
Use tox in CI.
1 parent 160ead9 commit 25b7a1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
cache-dependency-path: .github/workflows/tests.yml
2626
- name: Upgrade pip
2727
run: python -m pip install --upgrade pip
28-
- name: Install pytest
29-
run: python -m pip install --upgrade pytest
28+
- name: Install tox
29+
run: python -m pip install --upgrade tox
3030
- name: Install sphinx-lint to pull dependencies
3131
run: python -m pip install -v .
3232
- name: Download more tests from friend projects
3333
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
3434
run: sh download-more-tests.sh
3535
- name: run tests
36-
run: python -m pytest
36+
run: tox

0 commit comments

Comments
 (0)