Skip to content
Snippets Groups Projects
Commit 5e72f35460cb authored by Ilya Etingof's avatar Ilya Etingof
Browse files

Fix tox deps inheritance

parent 0b54d0b022c2
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
[testenv:unittest]
deps =
discover
{[testenv]deps}
-r{toxinidir}/devel-requirements.txt
-r{toxinidir}/requirements.txt
commands =
......@@ -49,6 +50,7 @@
{[testenv]setenv}
PYTHON=coverage run --parallel-mode
deps =
{[testenv:unittest]deps}
coverage
discover
commands = coverage erase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment