Skip to main content

tox plugin that makes tox use `pyenv which` to find python executables

Project description

latest Circle CI

Plugin that tells tox to use pyenv which to find python executables

Your project’s circle.yml

In order for tox to have the versions of python you want available, set them using pyenv local

dependencies:
  override:
    - pip install tox tox-pyenv
    - pyenv local 2.7.9 3.4.3 3.5.0

The versions passed to pyenv local must be installed for this to work. Check out the list of python versions that are pre-installed in the CircleCI build environment: https://circleci.com/docs/environment#python

Corresponding tox.ini

[tox]
envlist = py27,py34,py35

The result of the setup above means running tox will run tests against python 2.7.9, python 3.4.3 and python 3.5.0, assuming those versions of python have been pyenv installed.

notes

If you want tox to exclusively use pyenv which to find executables, you will need use the --tox-pyenv-no-fallback command line option, or set tox_pyenv_fallback=False in your tox.ini. By default, if tox-pyenv fails to find a python executable it will fallback to tox’s built-in strategy.

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-1.0.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

tox_pyenv-1.0.2-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file tox-pyenv-1.0.2.tar.gz.

File metadata

  • Download URL: tox-pyenv-1.0.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tox-pyenv-1.0.2.tar.gz
Algorithm Hash digest
SHA256 79ea26ffc33ec19d61f96c91fb63eab7a69a4bdd72d06787f41f280dfed61106
MD5 736b5987c2ec3078fa91390d9f427f88
BLAKE2b-256 8af6bc49271cf6c0135f82bf0b5aa4da1dd8bfd2f0306f0488ac6b8063dd7b2d

See more details on using hashes here.

File details

Details for the file tox_pyenv-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for tox_pyenv-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 926bb11465f8f9724f6733270c0e83a84412b01dca462f17bee390a46430e7ce
MD5 530f5fa260a78c52df38b717c6bf08f2
BLAKE2b-256 b09da0370c37cd4e0a6042304a60714449d6a7256c88feffbbf09ef3c9e9ac24

See more details on using hashes here.

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