Skip to content

Commit

Permalink
Adjust tox invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jul 20, 2022
1 parent 7b3c53e commit 655bb1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- install-deps
- run:
name: Run tests with coverage
command: tox -e py -- --cov-report=xml
command: python3 -m tox -e py -- --cov-report=xml
#- codecov/upload:
# file: coverage.xml

Expand All @@ -49,7 +49,7 @@ jobs:
- install-deps
- run:
name: Lint
command: tox -e lint
command: python3 -m tox -e lint

typing:
docker:
Expand All @@ -59,4 +59,4 @@ jobs:
- install-deps
- run:
name: Type-check
command: tox -e typing
command: python3 -m tox -e typing

0 comments on commit 655bb1c

Please sign in to comment.