CHANGELOG.rst
CONTRIBUTORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/tox/__init__.py
src/tox/__main__.py
src/tox/_pytestplugin.py
src/tox/_quickstart.py
src/tox/cli.py
src/tox/config.py
src/tox/constants.py
src/tox/exception.py
src/tox/hookspecs.py
src/tox/interpreters.py
src/tox/package.py
src/tox/result.py
src/tox/session.py
src/tox/util.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
tests/__init__.py
tests/conftest.py
tests/integration/test_package_int.py
tests/lib/__init__.py
tests/unit/test_config.py
tests/unit/test_docs.py
tests/unit/test_interpreters.py
tests/unit/test_package.py
tests/unit/test_pytest_plugins.py
tests/unit/test_quickstart.py
tests/unit/test_result.py
tests/unit/test_util.py
tests/unit/test_venv.py
tests/unit/test_z_cmdline.py
tests/unit/session/__init__.py
tests/unit/session/test_list_env.py
tests/unit/session/test_session.py