Skip to content

Commit b5e844f

Browse files
author
zhenwei-li
committed
the python command upgrade
1 parent 8054e2c commit b5e844f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Temp/bash/python_command.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ flake8 --help > ./Temp/help/python3_flake8_help.txt
105105

106106
```bash
107107
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
108112

109113
python2 -m tox --verbose > ./Temp/help/python2_tox_verbose.txt
110114
python3 -m tox --verbose > ./Temp/help/python3_tox_verbose.txt

0 commit comments

Comments
 (0)