Skip to content
Snippets Groups Projects
Commit 6b5e5623 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Support multiprocessing in tests

parent b18e7312
Branches
Tags
No related merge requests found
[run]
concurrency=multiprocessing
\ No newline at end of file
......@@ -5,6 +5,8 @@ envlist = py36
exclude = venv,.tox
[testenv]
setenv =
COVERAGE_PROCESS_START=.coveragerc
deps =
coverage
flake8
......@@ -13,6 +15,7 @@ deps =
commands =
coverage erase
coverage run --source brian_dashboard_manager -m py.test {posargs}
coverage combine
coverage xml
coverage html
coverage report --fail-under 75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment