Skip to content

Commit 13ca0da

Browse files
committed
Fix tox deps inheritance
1 parent 00fa3b9 commit 13ca0da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.4.0
3-
envlist = {py27, py35, py36, py37, py38}-{unittest}, cover, bandit, build
3+
envlist = {py27, py35, py36, py37, py38}-{unittest}, conver, bandit, build
44
isolated_build = true
55
skip_missing_interpreters = true
66

@@ -15,6 +15,7 @@ install_command =
1515

1616
[testenv:unittest]
1717
deps =
18+
{[testenv]deps}
1819
discover
1920
-r{toxinidir}/requirements.txt
2021
commands =
@@ -46,6 +47,7 @@ setenv =
4647
{[testenv]setenv}
4748
PYTHON=coverage run --parallel-mode
4849
deps =
50+
{[testenv:unittest]deps}
4951
coverage
5052
discover
5153
commands = coverage erase

0 commit comments

Comments
 (0)