We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef3fcd commit 67d8690Copy full SHA for 67d8690
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
pip install tox
36
37
- name: Run tests with Tox
38
- run: tox
+ run: tox -e ${{ matrix.python-version }}
39
40
coverage:
41
environment:
0 commit comments