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

tox: install test deps from setup.py file's [testing] extras

This prevent from requiring a too much recent tox version to fire the
tests, especially this allows to run tests using stretch's tox version.
parent f58f4c2e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ envlist=flake8,py3
[testenv:py3]
deps =
-r requirements-test.txt
.[testing]
pytest-cov
commands =
pytest --cov=swh --cov-branch {posargs}
......
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