Metadata-Version: 1.1
Name: hy-coverage-plugin
Version: 0.1.0
Summary: coverage.py plugin for the Hy language
Home-page: https://github.com/timmartin/hy-coverage
Author: Tim Martin
Author-email: tim@asymptotic.co.uk
License: mit
Description: .. image:: https://travis-ci.org/timmartin/hy-coverage.svg?branch=master
            :target: https://travis-ci.org/timmartin/hy-coverage
        
        hy_coverage_plugin
        ==================
        
        A plugin to support the Hy language in coverage.py
        
        Installation
        ------------
        
        First install the package::
        
            pip install hy-coverage-plugin
        
        Then add the following to your `.coveragerc`::
        
            [run]
            plugins = hy_coverage_plugin
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 4 - Beta
