Metadata-Version: 2.1
Name: tox-poetry
Version: 0.1.0
Summary: Tox poetry plugin
Home-page: https://github.com/ermakov-oleg/tox-pipenv-install
Author: Timofey Kukushkin
Author-email: tima@kukushkin.me
License: MIT
Project-URL: Source, https://github.com/tkukushkin/tox-poetry
Description: # tox-poetry
        
        [![PyPI version](https://badge.fury.io/py/tox-poetry.svg)](https://pypi.org/project/tox-poetry/)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tox-poetry.svg?color=green)
        [![Build Status](https://github.com/tkukushkin/tox-poetry/workflows/build/badge.svg?branch=master)](https://github.com/tkukushkin/tox-poetry/actions?query=workflow%3Abuild+branch%3Amaster)
        [![codecov](https://codecov.io/gh/tkukushkin/tox-poetry/branch/master/graph/badge.svg)](https://codecov.io/gh/tkukushkin/tox-poetry)
        
        ## Usage:
        
        Install plugin:
        
        ```bash
        pip install tox-poetry
        ```
        
        **PROFIT!**
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: tox
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: test
