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

Try to fix tox for circleci

parent 04c2886a
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,9 @@ commands= ...@@ -132,7 +132,9 @@ commands=
sphinx-build -b html ./ ./html sphinx-build -b html ./ ./html
[testenv:upload_coverage] [testenv:upload_coverage]
deps = coverage deps =
coverage
codacy-coverage
passenv = CODACY_PROJECT_TOKEN passenv = CODACY_PROJECT_TOKEN
commands = commands =
python-codacy-coverage -r coverage.xml python-codacy-coverage -r coverage.xml
......
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