Skip to content

Commit 8040d95

Browse files
committed
Revert "Disable tox parallel run mode"
This reverts commit 57a9c1a.
1 parent 808f7c6 commit 8040d95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/python-tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python }}
1818
- run: pip install tox
19-
- run: tox
19+
- run: tox --parallel
20+
env:
21+
TOX_PARALLEL_NO_SPINNER: 1

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py-{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)