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

add pytest-xdist

parent 76b70ca7
Branches
Tags
No related merge requests found
......@@ -10,12 +10,13 @@ concurrency = multiprocessing,thread
[testenv]
deps =
pytest-xdist
pytest-cov
flake8
-r requirements.txt
commands =
coverage erase
pytest --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
pytest -n auto --cov brian_dashboard_manager --cov-fail-under=75 --cov-report html --cov-report xml --cov-report term -p no:checkdocs
flake8
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment