Skip to content

Commit

Permalink
use tox-template.ini for git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Aug 24, 2020
1 parent 4f0cd94 commit 6b81b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Install Tox and any other packages
run: pip install tox
- name: Run Tox
run: tox -e py # Run tox using the version of Python in `PATH`
run: tox -c tox-template.ini -e py # Run tox using the version of Python in `PATH`

0 comments on commit 6b81b2f

Please sign in to comment.