Metadata-Version: 2.1
Name: failrunner-django
Version: 1.0.4
Summary: A command line tool to run django tests that failed during a travis job
Home-page: https://github.com/harrywhite4/failrunner-django
Author: Harry White
Author-email: harry.white424@gmail.com
License: MIT
Description: [![Build Status](https://travis-ci.com/harrywhite4/failrunner-django.svg?branch=master)](https://travis-ci.com/harrywhite4/failrunner-django)
        [![PyPI version shields.io](https://img.shields.io/pypi/v/failrunner-django.svg)](https://pypi.python.org/pypi/failrunner-django/)
        [![PyPI pyversions](https://img.shields.io/pypi/pyversions/failrunner-django.svg)](https://pypi.python.org/pypi/failrunner-django/)
        
        # failrunner-django
        A command line tool to run django tests that failed during a travis job
        
        # Installation
        
        - Install with pip `pip install failrunner-django`
        - You should now have the `failrunner` command
        
        # Basic Usage
        - To run a job `failrunner -j jobnumber` (The job number is shown in the url when viewing a job)
        - To run a job on travis-ci.org `failrunner -j jobnumber --org`
        - To specify manage.py path `failrunner -j jobmnumber -p /path/to/manage/`
        - For all cli options `failrunner --help`
        
        # Contributing
        Contributions welcome. Use `python -m unittest` to run tests.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
