We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dee9f0 commit 57a9c1aCopy full SHA for 57a9c1a
.github/workflows/python-tox.yml
@@ -16,6 +16,4 @@ jobs:
16
with:
17
python-version: ${{ matrix.python }}
18
- run: pip install tox
19
- - run: tox --parallel
20
- env:
21
- TOX_PARALLEL_NO_SPINNER: 1
+ - run: tox
tox.ini
@@ -2,7 +2,6 @@
2
envlist = py-{base,six19,optional}
3
4
[testenv]
5
-parallel_show_output = True
6
deps =
7
optional: -r{toxinidir}/requirements-optional.txt
8
-r{toxinidir}/requirements-test.txt
0 commit comments