Project description
tox-pip-extensions
Augment tox with different installation methods via progressive enhancement.
Installation
pip install tox-pip-extensions
Supported extensions
venv-update has the desirable behavior that it synchronizes the installed
packages to the dependencies you ask for and uninstalls extraneous things
quickly (without removing the virtualenv) -- you'll never need
tox --recreate
again!
To enable this enhancement, simply add:
[tox]
tox_pip_extensions_ext_venv_update = true
pip-custom-platform is useful if you'd like to target other operating systems
and maintain an internal pypi server containing precompiled wheels.
To enable this enhancement, simply add:
[tox]
tox_pip_extensions_ext_pip_custom_platform = true
pip-custom-platform + venv-update (pip-faster)
These extensions can be used together, simply add both:
[tox]
tox_pip_extensions_ext_venv_update = true
tox_pip_extensions_ext_pip_custom_platform = true
Bootstrap requirements
By default, tox-pip-extensions
will intelligently choose what versions to
install based on the plugins selected.
If you'd like to pin specific versions, tox-pip-extensions
will defer to a
file named requirements-bootstrap.txt
in the same directory as tox.ini
.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages .
Source Distribution
Built Distribution
File details
Details for the file tox_pip_extensions-1.5.0.tar.gz
.
File metadata
Download URL:
tox_pip_extensions-1.5.0.tar.gz
Upload date: Mar 1, 2019
Size: 4.2 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Hashes for tox_pip_extensions-1.5.0.tar.gz
Algorithm
Hash digest
SHA256
a73d4b0e69cbb1f6b283189ab4d94b8edda3c571e3f68fca5a255ff2643fc915
Copy
MD5
226c88f8435747e0d0eb8a80e2506875
Copy
BLAKE2b-256
a0d115d516f8e56e2c09447141ef16108fdf614dd0e311b2386d96d0fae7a4ce
Copy
See more details on using hashes here.
File details
Details for the file tox_pip_extensions-1.5.0-py2.py3-none-any.whl
.
File metadata
Download URL:
tox_pip_extensions-1.5.0-py2.py3-none-any.whl
Upload date: Mar 1, 2019
Size: 4.8 kB
Tags: Python 2, Python 3
Uploaded using Trusted Publishing? No
Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Hashes for tox_pip_extensions-1.5.0-py2.py3-none-any.whl
Algorithm
Hash digest
SHA256
df08c4edaf47f47ea29c604a96525840807ce8bf85b5d39f0f468c20459742ae
Copy
MD5
162f70d2389f65e3e4787e45273e22ae
Copy
BLAKE2b-256
30bef652b33d7c6e50e01b94fee2f0864743e422330fb4788084765a91d30cba
Copy
See more details on using hashes here.