Skip to main content

A plugin telling tox to use asdf to find python executables

Project description

tox-asdf

A Tox plugin using asdf to find python executables.

Prerequisites

This plugin is made exclusevly to support asdf so obviously you will need a functionnal asdf installation as well as the asdf-python plugin.

Installation

Simply install tox-asdf in addition to tox to get ready:

pip install tox tox-asdf

That's it, you can now run tox as usual but using asdf Python installations.

Options

No fallback on system pythons

By default this plugin won't fail if a required Python version is missing from æsdf, tox will fallback on its classic way of finding Python binaries from $PATH. You can override this behavior and force tox to only use asdf by using the --asdf-no-fallback option:

tox --asdf-no-fallback

Automatically install pythons

By default, tox-asdf won't try to install missing Python version, but you can force this by using the --asdf-install option.

tox --asdf-install

Obviously this will only useful on the first run.

Changelog

0.1.0 (2019-01-05)

Initial release

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-asdf-0.1.0.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

tox_asdf-0.1.0-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 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