Skip to content
Snippets Groups Projects
Commit 2d8b622e authored by Erik Reid's avatar Erik Reid
Browse files

vanilla tox config

parent c4af10c4
No related branches found
No related tags found
No related merge requests found
# just a placeholder to be able to run tests during ci
def test_placeholder():
pass
tox.ini 0 → 100644
[flake8]
exclude = venv,.tox, migrations
[testenv]
deps =
coverage
flake8
-r requirements.txt
commands =
coverage erase
coverage run --source geant_service_orchestrator -m pytest {posargs}
coverage xml
coverage html
# coverage report --fail-under 80
coverage report
flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment