Skip to main content

A tox Python discovery plugin for pyenv-installed interpreters

Project description

tox-pyenv-redux

A tox Python discovery plugin for pyenv–installed interpreters

IMPORTANT: this plugin is only compatible with legacy versions of tox (0.x—3.x). Starting with tox version 4, the Python discovery job is delegated to virtualenv (docs).

Migration to tox 4

  1. Uninstall tox-pyenv-redux
  2. Install virtualenv-pyenv
  3. Set the virtualenv discovery mechanism to pyenv using one of the following methods:
    • the environment variable in a shell (e.g., in .bashrc, .zshenv, .envrc, .env):
      export VIRTUALENV_DISCOVERY=pyenv
      
    • the environment variable in a tox config:
      [testenv]
      set_env =
        VIRTUALENV_DISCOVERY = pyenv
      
    • the option in a virtualenv config:
      [virtualenv]
      discovery = pyenv
      

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tox_pyenv_redux-0.1.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

tox_pyenv_redux-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page