tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
Document how to enable autocomplete in various shells.
Describe what improvement you want and how would this be used. Thanks! I sometimes need to run pytest under a newer python version eg py38 while my system is running...
Beside providing tox as a Python package it could be helpful to also provide an "official" Docker image that's set up with correct Pythons and tox installed. This came out...
It would be nice to have tox verify that it got the versions that it expected from its inputs or fail running the tests, as this way I can get...
I have a plugin that's been running fine under tox 3. It auto-discovers code on disk and creates environments to manage testing of that code. These tox environments are auto-generated...
I assume this has been requested before, but I couldn't find an issue for it. So apologies if this is a duplicate. ### What `tox -e py3.10` should be equivalent...
Hi again! I'd like to propose a feature to tox. It would be convenient to have a single testenv with platform-dependent commands. This can be done to some extent with...
This issue is used to mark the migration plans for various tox plugins. Shows which plugins and use cases we considered when defining the plugin interface for tox 4. 1....
virtualenv lib64 directory is no longer symlinked to lib. see [virtulaenv-1751](https://github.com/pypa/virtualenv/issues/1751) so,{envsitepackagesdir} should return lib and lib64. or add {envsitepackagesdir64} return lib64
E.g. tox-docker https://github.com/tox-dev/tox-docker/pull/113 can register the docker config sets, or tox-gh the GitHub set.