Migrate tox.ini to extras = xxx instead of deps = .[testing]
This commit is contained in:
parent
0459a0bb28
commit
5191d291da
1 changed files with 4 additions and 3 deletions
7
tox.ini
7
tox.ini
|
@ -2,9 +2,10 @@
|
|||
envlist=flake8,mypy,py3
|
||||
|
||||
[testenv]
|
||||
extras =
|
||||
testing
|
||||
deps =
|
||||
swh.core[http] >= 0.0.61
|
||||
.[testing]
|
||||
pytest-cov
|
||||
dev: ipdb
|
||||
commands =
|
||||
|
@ -20,9 +21,9 @@ commands =
|
|||
{envpython} -m flake8
|
||||
|
||||
[testenv:mypy]
|
||||
skip_install = true
|
||||
extras =
|
||||
testing
|
||||
deps =
|
||||
.[testing]
|
||||
mypy
|
||||
commands =
|
||||
mypy swh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue