Skip to content

Commit 12fed91

Browse files
committed
Enable stdout output from tox in parallel mode
With credit to @graingert via twisted/ldaptor#207
1 parent e9cc226 commit 12fed91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py{27,35,36,37,38,py,py3}-{base,six19,optional}
33

44
[testenv]
5+
parallel_show_output = True
56
deps =
67
optional: -r{toxinidir}/requirements-optional.txt
78
-r{toxinidir}/requirements-test.txt

0 commit comments

Comments
 (0)