Skip to content

Commit

Permalink
Remove py from coverate envlist
Browse files Browse the repository at this point in the history
  • Loading branch information
youngmit committed Jul 20, 2021
1 parent a17b7ed commit ca2eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Expand Up @@ -22,5 +22,5 @@ jobs:
run: pip install tox
- name: Run Tox
# Run tox using the version of Python in `PATH`
run: tox -e py,cov,report
run: tox -e cov,report

0 comments on commit ca2eed2

Please sign in to comment.