CI: use 'coverage' target, not default, to run the right Python

This commit is contained in:
Brian Warner 2021-01-09 17:21:56 -08:00
parent 67ec90706e
commit 6f395fa6d8

View File

@ -29,4 +29,4 @@ jobs:
- name: Test
run: |
python --version
tox -q
tox -e coverage