Metadata-Version: 1.1
Name: tox-pyenv
Version: 1.0.1
Summary: tox plugin that makes tox use `pyenv which` to find python executables
Home-page: https://github.com/samstav/tox-pyenv
Author: Sam Stavinoha
Author-email: smlstvnh@gmail.com
License: Apache License, Version 2.0
Description: tox-pyenv
        =========
        
        | |latest| |Circle CI|
        
        `tox <https://tox.readthedocs.org/en/latest/>`__ plugin that uses
        ``pyenv which`` to `find python
        executables <https://testrun.org/tox/latest/plugins.html#tox.hookspecs.tox_get_python_executable>`__
        
        .. |latest| image:: https://img.shields.io/pypi/v/tox-pyenv.svg
           :target: https://pypi.python.org/pypi/tox-pyenv
        .. |Circle CI| image:: https://circleci.com/gh/samstav/tox-pyenv/tree/master.svg?style=shield
           :target: https://circleci.com/gh/samstav/tox-pyenv/tree/master
        
Keywords: tox pyenv python 1173f61b
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
