
tox
List of commands for tox:
-
tox:tldr:0174f tox: Create a `tox.ini` configuration.$ tox-quickstarttry on your machineexplain this command
-
tox:tldr:1031d tox: Force the virtual environment to be recreated.$ tox --recreate -e ${py27}try on your machineexplain this command
-
tox:tldr:87b5e tox: List the available environments.$ tox --listenvs-alltry on your machineexplain this command
-
tox:tldr:ad721 tox: Run tests on a specific environment (e.g. Python 3.6).$ tox -e ${py36}try on your machineexplain this command
-
tox:tldr:f6372 tox: Run tests on all test environments.$ toxtry on your machineexplain this command