Skip to content
Snippets Groups Projects
Unverified Commit c10e6538 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tests: Initialize tox file

parent ff926349
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ __pycache__
build/
dist/
version.txt
.tox/
tox.ini 0 → 100644
[tox]
envlist=flake8,py3
[testenv:py3]
deps =
.[testing]
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