.codecov.yml
.gitignore
.pre-commit-config.yaml
.travis.yml
.vsts-ci.yml
CHANGELOG.rst
CONTRIBUTING.rst
CONTRIBUTORS
HOWTORELEASE.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
changelog/.gitkeep
changelog/examples.rst
changelog/template.jinja2
doc/changelog.rst
doc/conf.py
doc/config.rst
doc/developers.rst
doc/examples.rst
doc/index.rst
doc/install.rst
doc/links.rst
doc/plugins.rst
doc/support.rst
doc/_static/custom.css
doc/_static/img/tox.png
doc/_static/img/tox.svg
doc/_static/img/toxfavi.ico
doc/_templates/localtoc.html
doc/announce/changelog-only.rst
doc/drafts/extend-envs-and-packagebuilds.md
doc/drafts/tox_conda_notes_niccodemus.md
doc/example/basic.rst
doc/example/devenv.rst
doc/example/general.rst
doc/example/jenkins.rst
doc/example/nose.rst
doc/example/platform.rst
doc/example/pytest.rst
doc/example/result.rst
doc/example/unittest.rst
doc/img/tox_flow.png
src/tox/__init__.py
src/tox/__main__.py
src/tox/_pytestplugin.py
src/tox/_quickstart.py
src/tox/config.py
src/tox/constants.py
src/tox/exception.py
src/tox/hookspecs.py
src/tox/interpreters.py
src/tox/result.py
src/tox/session.py
src/tox/venv.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
tasks/client_secret.json
tasks/notify.py
tasks/release.py
tests/conftest.py
tests/test_config.py
tests/test_docs.py
tests/test_interpreters.py
tests/test_pytest_plugins.py
tests/test_quickstart.py
tests/test_result.py
tests/test_session.py
tests/test_venv.py
tests/test_z_cmdline.py