Metadata-Version: 1.1
Name: setuptools-green
Version: 0.0.12
Summary: Provides a 'test' command for running tests with green
Home-page: http://github.com/polysquare/setuptools-green
Author: Sam Spilsbury
Author-email: smspillaz@gmail.com
License: MIT
Description: Setuptools Green
        ================
        
        This module provides a "green" command for setuptools scripts that uses
        `green <https://github.com/CleanCut/green>`__ to run tests.
        
        Status
        ------
        
        +----------------------+----------------------+---------------+--------------------------------+-------------+
        | Travis CI (Ubuntu)   | AppVeyor (Windows)   | Coverage      | PyPI                           | Licence     |
        +======================+======================+===============+================================+=============+
        | |Travis|             | |AppVeyor|           | |Coveralls|   | |PyPIVersion|\ |PyPIPythons|   | |License|   |
        +----------------------+----------------------+---------------+--------------------------------+-------------+
        
        Usage
        -----
        
        ::
        
            Options for 'GreenTestCommand' command:
              --quiet          Don't show test descriptions when running
              --concurrent     Run tests concurrently
              --coverage       Collect coverage
              --coverage-omit  Patterns to omit from coverage, comma separated
              --target         Name of subdirectory where tests are to be found
        
        By default, the verbose mode is used, but you can pass --quiet to just
        show dots for passes and "E" for failures.
        
        .. |Travis| image:: https://img.shields.io/travis/polysquare/jobstamps.svg
           :target: http://travis-ci.org/polysquare/jobstamps
        .. |AppVeyor| image:: https://img.shields.io/appveyor/ci/smspillaz/jobstamps.svg
           :target: https://ci.appveyor.com/project/smspillaz/jobstamps
        .. |Coveralls| image:: https://img.shields.io/coveralls/polysquare/jobstamps.svg
           :target: http://coveralls.io/polysquare/jobstamps
        .. |PyPIVersion| image:: https://img.shields.io/pypi/v/jobstamps.svg
           :target: https://pypi.python.org/pypi/jobstamps
        .. |PyPIPythons| image:: https://img.shields.io/pypi/pyversions/jobstamps.svg
           :target: https://pypi.python.org/pypi/jobstamps
        .. |License| image:: https://img.shields.io/github/license/polysquare/jobstamps.svg
           :target: http://github.com/polysquare/jobstamps
        
Keywords: development testing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
