Metadata-Version: 1.1
Name: hy-coverage-plugin
Version: 0.0.4
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
        ------------
        
        Add the directory containing the plugin code to your `$PYTHONPATH`, 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 :: 3 - Alpha
