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

added tox config

parent 4af1db83
No related branches found
No related tags found
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist = py36
[testenv]
deps =
coverage
flake8
-r requirements.txt
commands =
coverage erase
coverage run --source brian_polling_manager -m py.test {posargs}
coverage xml
coverage html
coverage report
coverage report --fail-under 80
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