We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6ef1b commit 8054e2cCopy full SHA for 8054e2c
1 file changed
README.md
@@ -948,6 +948,12 @@ tox-quickstart
948
```bash
949
tox
950
951
+tox --verbose
952
+tox --verbose --parallel all
953
+tox --verbose --parallel auto
954
+tox --verbose --parallel 4 // 4 cpu core
955
+tox --verbose --parallel 8 // 8 cpu core
956
+
957
python2 -m tox --result-json ./Temp/help/python2_tox_result_json.txt
958
python3 -m tox --result-json ./Temp/help/python3_tox_result_json.txt
959
0 commit comments