Skip to content
Snippets Groups Projects
Commit c8ee9739 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Migrate tox.ini to extras = xxx instead of deps = .[testing]

parent 3b26bf36
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@
envlist=flake8,mypy,py3
[testenv]
extras =
testing
deps =
.[testing]
pytest-cov
commands =
pytest --cov={envsitepackagesdir}/swh/model \
......@@ -18,9 +19,9 @@ commands =
{envpython} -m flake8
[testenv:mypy]
skip_install = true
extras =
testing
deps =
.[testing]
mypy
commands =
mypy swh
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