Source: tox Section: python Maintainer: Debian Python Team Uploaders: Faidon Liambotis Homepage: https://tox.wiki/ Build-Depends: debhelper-compat (= 13), dh-python, dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cachetools, python3-colorama, python3-filelock, python3-packaging (>= 26.0-1~), python3-platformdirs, python3-pyproject-api, python3-virtualenv, python3-hatchling, python3-hatch-vcs, dh-sequence-sphinxdoc , libjs-d3 , python3-doc , python3-sphinx , python3-sphinx-argparse-cli , python3-sphinx-autodoc-typehints , python3-sphinxcontrib-mermaid , python3-sphinxcontrib-towncrier , python3-sphinx-copybutton , python3-sphinx-inline-tabs , python3-sphinx-issues , python3-sphinx-reredirects , python3-truststore , furo , Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/python-team/packages/tox.git Vcs-Browser: https://salsa.debian.org/python-team/packages/tox Package: tox Architecture: all Depends: python3, ${misc:Depends}, ${python3:Depends}, Recommends: ${sphinxdoc:Depends}, libjs-d3, Built-Using: ${sphinxdoc:Built-Using} Description: virtualenv-based automation of test activities 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.