Name: | tox |
---|---|
Version: | 3.27.1 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 576796 |
License: | MIT |
RPM: | tox-3.27.1-1.el9.noarch.rpm |
Source RPM: | python-tox-3.27.1-1.el9.src.rpm |
Build Date: | Wed Dec 07 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://tox.readthedocs.io/ |
Summary: | Virtualenv-based automation of test activities |
Description: | Tox as is a generic virtualenv management and test command line tool you can use for: - checking your package installs correctly with different Python versions and interpreters - running your tests in each of the environments, configuring your test tool of choice - acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. |