Python tox文档中,tox.ini的[foo:bar]部分如何继承[foo]部分?

3

请问有关 tox 部分继承的文档在哪里可以找到?例如,对于以下代码,[testenv:py27] 会继承 [testenv]

[testenv]
command = py.test {toxinidir}/test
deps = pytest

[testenv:py27]
basepython = python2.7

我在这里没有看到任何提及它的地方:http://tox.readthedocs.org/en/latest/example/basic.html
1个回答

3

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接