February 2022
Intermediate to advanced
274 pages
6h 28m
English
In the previous example, the different environments ran in a series. It’s also possible to run them in parallel with the -p flag:
| | $ tox -c tox_multiple_pythons.ini -p |
| | ✔ OK py310 in 3.921 seconds |
| | ✔ OK py37 in 4.02 seconds |
| | ✔ OK py39 in 4.145 seconds |
| | ✔ OK py38 in 4.218 seconds |
| | _______________________________ summary ________________________________ |
| | py37: commands succeeded |
| | py38: commands succeeded |
| | py39: commands succeeded |
| | py310: commands succeeded |
| | congratulations :) |
Note that the output is not abbreviated. This is actually all the output you see if everything passes.
Read now
Unlock full access