Skip to content

Commit

Permalink
Fix tox deps inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Mar 14, 2020
1 parent 00fa3b9 commit 13ca0da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.4.0
envlist = {py27, py35, py36, py37, py38}-{unittest}, cover, bandit, build
envlist = {py27, py35, py36, py37, py38}-{unittest}, conver, bandit, build
isolated_build = true
skip_missing_interpreters = true

Expand All @@ -15,6 +15,7 @@ install_command =

[testenv:unittest]
deps =
{[testenv]deps}
discover
-r{toxinidir}/requirements.txt
commands =
Expand Down Expand Up @@ -46,6 +47,7 @@ setenv =
{[testenv]setenv}
PYTHON=coverage run --parallel-mode
deps =
{[testenv:unittest]deps}
coverage
discover
commands = coverage erase
Expand Down

0 comments on commit 13ca0da

Please sign in to comment.