We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8054e2c commit b5e844fCopy full SHA for b5e844f
1 file changed
Temp/bash/python_command.md
@@ -105,6 +105,10 @@ flake8 --help > ./Temp/help/python3_flake8_help.txt
105
106
```bash
107
tox --verbose
108
+tox --verbose --parallel all
109
+tox --verbose --parallel auto
110
+tox --verbose --parallel 4 // 4 cpu core
111
+tox --verbose --parallel 8 // 8 cpu core
112
113
python2 -m tox --verbose > ./Temp/help/python2_tox_verbose.txt
114
python3 -m tox --verbose > ./Temp/help/python3_tox_verbose.txt
0 commit comments