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>.
RUN apt-get update && \
apt-get install -y tox
RUN apt-get update && \
apt-get install -y tox
RUN pacman -S --noconfirm tox
RUN apt-get update && \
apt-get install -y tox
RUN dnf install -y tox
RUN apt-get update && \
apt-get install -y tox