tox

Automate Python testing across multiple Python versions. Use tox.ini to configure environments and test command. More information: <https://github.com/tox-dev/tox>.

Debian Debian
RUN apt-get update && \ apt-get install -y tox
Ubuntu
RUN apt-get update && \ apt-get install -y tox
Arch Arch Linux
RUN pacman -S --noconfirm tox
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y tox
Fedora
RUN dnf install -y tox
Raspbian
RUN apt-get update && \ apt-get install -y tox
click the source code to copy install tox on any operating system with command-not-found.com