标签: python tox
我知道如何找到number of CPUs using Python,但如何在tox.ini文件中执行此操作?
我想要的是类似于此的东西:
commands = py.test --cov=ook -n ${number_of_cpu_I_can_use}