Metadata-Version: 1.1
Name: pytest-circleci
Version: 0.0.1
Summary: py.test plugin for CircleCI
Home-page: https://github.com/micktwomey/pytest-circleci
Author: Michael Twomey
Author-email: mick@twomeylee.name
License: UNKNOWN
Description: 
        Use CircleCI env vars to determine which tests to run
        
        - CIRCLE_NODE_TOTAL indicates total number of nodes tests are running on
        - CIRCLE_NODE_INDEX indicates which node this is
        
        Will run a subset of tests based on the node index.
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
