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
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ jobs: ...@@ -42,7 +42,7 @@ jobs:
- run: - run:
name: run tests name: run tests
command: | command: |
tox -e py36,pyflakes,coverage tox -e py36,pyflakes
- deploy: - deploy:
name: Push coverage name: Push coverage
......
...@@ -35,7 +35,7 @@ commands = ...@@ -35,7 +35,7 @@ commands =
[testenv:coverage] [testenv:coverage]
deps = coverage deps = coverage
commands = commands =
{envpython} -m coverage xml coverage xml
[testenv:upload_coverage] [testenv:upload_coverage]
deps = coverage deps = coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment