Skip to content
Snippets Groups Projects
Commit 02504970 authored by David Douard's avatar David Douard
Browse files

add a simple tox file

parent b6c1ca35
No related branches found
No related tags found
No related merge requests found
tox.ini 0 → 100644
[tox]
envlist=flake8,py3
[testenv:py3]
deps =
pytest-cov
commands =
pytest --cov=swh --cov-branch {posargs}
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8
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