Skip to content
Snippets Groups Projects
Commit 9cfe04f7 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Try to fix circleci coverage

parent 72a88b87
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ jobs:
- run:
name: run tests
command: |
tox -e py36,pyflakes,coverage
tox -e py36,pyflakes
- deploy:
name: Push coverage
......
......@@ -35,7 +35,7 @@ commands =
[testenv:coverage]
deps = coverage
commands =
{envpython} -m coverage xml
coverage xml
[testenv:upload_coverage]
deps = coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment