Skip to content

Commit

Permalink
github: use modern invocation of tox
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 16, 2023
1 parent 0ddf1bb commit cf54b75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Lint Python files
run: |
tox -e lint
tox run -e lint
- name: Typecheck Python files
run: |
tox -e check
tox run -e check
tests:
name: Tests
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Coverage
run: |
tox -e coverage
tox run -e coverage
codecov
- name: Integration
Expand Down

0 comments on commit cf54b75

Please sign in to comment.