.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
CONTRIBUTORS
HOWTORELEASE.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/config.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/check.yml
docs/_draft.rst
docs/changelog.rst
docs/conf.py
docs/config.rst
docs/developers.rst
docs/examples.rst
docs/index.rst
docs/install.rst
docs/links.rst
docs/plugins.rst
docs/support.rst
docs/_static/custom.css
docs/_static/img/tox.png
docs/_static/img/tox.svg
docs/_static/img/toxfavi.ico
docs/_templates/localtoc.html
docs/announce/changelog-only.rst
docs/changelog/README.rst
docs/changelog/template.jinja2
docs/drafts/extend-envs-and-packagebuilds.md
docs/drafts/tox_conda_notes_niccodemus.md
docs/example/basic.rst
docs/example/devenv.rst
docs/example/documentation.rst
docs/example/general.rst
docs/example/jenkins.rst
docs/example/nose.rst
docs/example/package.rst
docs/example/platform.rst
docs/example/pytest.rst
docs/example/result.rst
docs/example/unittest.rst
docs/img/tox_flow.png
src/tox/__init__.py
src/tox/__main__.py
src/tox/_pytestplugin.py
src/tox/_quickstart.py
src/tox/action.py
src/tox/cli.py
src/tox/constants.py
src/tox/exception.py
src/tox/hookspecs.py
src/tox/reporter.py
src/tox/venv.py
src/tox/version.py
src/tox.egg-info/PKG-INFO
src/tox.egg-info/SOURCES.txt
src/tox.egg-info/dependency_links.txt
src/tox.egg-info/entry_points.txt
src/tox.egg-info/requires.txt
src/tox.egg-info/top_level.txt
src/tox/config/__init__.py
src/tox/config/parallel.py
src/tox/config/reporter.py
src/tox/helper/__init__.py
src/tox/helper/build_isolated.py
src/tox/helper/build_requires.py
src/tox/helper/get_site_package_dir.py
src/tox/helper/get_version.py
src/tox/interpreters/__init__.py
src/tox/interpreters/common.py
src/tox/interpreters/py_spec.py
src/tox/interpreters/unix.py
src/tox/interpreters/via_path.py
src/tox/interpreters/windows/__init__.py
src/tox/interpreters/windows/pep514.py
src/tox/logs/__init__.py
src/tox/logs/command.py
src/tox/logs/env.py
src/tox/logs/result.py
src/tox/package/__init__.py
src/tox/package/local.py
src/tox/package/view.py
src/tox/package/builder/__init__.py
src/tox/package/builder/isolated.py
src/tox/package/builder/legacy.py
src/tox/session/__init__.py
src/tox/session/commands/__init__.py
src/tox/session/commands/help.py
src/tox/session/commands/help_ini.py
src/tox/session/commands/provision.py
src/tox/session/commands/show_config.py
src/tox/session/commands/show_env.py
src/tox/session/commands/run/__init__.py
src/tox/session/commands/run/parallel.py
src/tox/session/commands/run/sequential.py
src/tox/util/__init__.py
src/tox/util/graph.py
src/tox/util/lock.py
src/tox/util/main.py
src/tox/util/path.py
src/tox/util/spinner.py
src/tox/util/stdlib.py
tasks/release.py
tests/__init__.py
tests/conftest.py
tests/integration/test_jython_env_create.py
tests/integration/test_package_int.py
tests/integration/test_parallel_inception.py
tests/integration/test_parallel_interrupt.py
tests/integration/test_provision_int.py
tests/lib/__init__.py
tests/unit/__init__.py
tests/unit/test_docs.py
tests/unit/test_pytest_plugins.py
tests/unit/test_quickstart.py
tests/unit/test_result.py
tests/unit/test_venv.py
tests/unit/test_z_cmdline.py
tests/unit/config/test_config.py
tests/unit/config/test_config_parallel.py
tests/unit/interpreters/test_interpreters.py
tests/unit/interpreters/test_py_spec.py
tests/unit/interpreters/windows/test_pep514.py
tests/unit/interpreters/windows/test_windows.py
tests/unit/package/test_package.py
tests/unit/package/test_package_parallel.py
tests/unit/package/test_package_view.py
tests/unit/package/builder/test_package_builder_isolated.py
tests/unit/package/builder/test_package_builder_legacy.py
tests/unit/session/__init__.py
tests/unit/session/test_list_env.py
tests/unit/session/test_parallel.py
tests/unit/session/test_provision.py
tests/unit/session/test_session.py
tests/unit/session/test_show_config.py
tests/unit/session/plugin/setup.cfg
tests/unit/session/plugin/setup.py
tests/unit/session/plugin/a/__init__.py
tests/unit/util/test_graph.py
tests/unit/util/test_spinner.py
tests/unit/util/test_util.py