Skip to content

Commit

Permalink
try again with toxposargs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jun 23, 2020
1 parent 55e0248 commit 22188b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
name: Run test coverage
command: |
. venv/bin/activate
tox -e py38-test-cov --cov-report=xml:coverage.xml
TOXPOSARGS=" --cov-report=xml:coverage.xml" tox -e py38-test-cov
coveralls --rcfile='thejoker/tests/coveragerc'
codestyle:
Expand Down

0 comments on commit 22188b1

Please sign in to comment.