Skip to content

Commit 8054e2c

Browse files
author
zhenwei-li
committed
the README upgrade
1 parent 3d6ef1b commit 8054e2c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,12 @@ tox-quickstart
948948
```bash
949949
tox
950950

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+
951957
python2 -m tox --result-json ./Temp/help/python2_tox_result_json.txt
952958
python3 -m tox --result-json ./Temp/help/python3_tox_result_json.txt
953959

0 commit comments

Comments
 (0)