Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 16, 2024
1 parent 3f2dc18 commit 0694104
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.12", "3.9" ]
python-version: [ "3.12" ]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ allowlist_externals =
cat
mkdir

[testenv:coverage-xml]
deps = coverage
skip_install = true
commands = coverage xml

[testenv:coverage-report]
# TODO this is broken
deps = coverage
Expand Down

0 comments on commit 0694104

Please sign in to comment.