Skip to content

Commit

Permalink
I'm too lazy to come up with witty commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmiki committed Mar 28, 2024
1 parent ad02c26 commit 16dab41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand All @@ -30,11 +29,8 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions coveralls
- name: Running the test with `tox`
run: tox -- --cov-report=xml
env:
VIRTUALENV_DISCOVERY: pyenv

- name: Upload to Coveralls
run: coveralls
Expand Down

0 comments on commit 16dab41

Please sign in to comment.