A pipenv plugin for tox
Project description
A Tox plugin to replace the default use of virtualenv with Pipenv.
This is a convenient way to retain your use of Pipenv, whilst testing multiple versions of Python.
Installation
pip install tox-pipenv
Or,
pipenv install tox-pipenv
Creating virtual environments
With this plugin, tox will use pipenv –python {python binary} as given to the tox interpreter for each python path.
If you already have virtual environments cached with tox, use the –recreate flag to recreate them with pipenv.
Note: Tox will pass the –site-packages flag to pipenv if this is configured in your Tox config.
The Pipfile will exist in .tox/{env}/Pipfile as well as Pipfile.lock
Installing requirements
The installation of requirements from your tox config will be passed to pipenv install for installation into the virtual environment. This replaces the use of pip within tox.
Executing tests
Each of the commands in your testenv configuration will be passed to pipenv to execute within the pipenv virtual environment
Project details
Release history Release notifications | RSS feed
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
Hashes for tox_pipenv-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b3ebfe6fa64e51042676d60759c350d3248b89a0885c4a83f79f47ddb8a1f6 |
|
MD5 | 59ed5fc0a9ede63731a9bdc3bd4350d9 |
|
BLAKE2b-256 | e073ba160681f7654522e855f3a0498b503dae0401b6a146c0587a27b9aebefa |