Metadata-Version: 2.1
Name: nox-automation
Version: 0.19.1
Summary: Flexible test automation.
Home-page: https://nox.readthedocs.org
Author: Alethea Katherine Flowers
Author-email: me@thea.codes
License: Apache Software License
Description: Nox - Flexible test automation for Python
        =========================================
        
        |Travis Build| |AppVeyor Build| |Coverage Status| |PyPI Version| |Docs|
        
        ``nox`` is a command-line tool that automates testing in multiple Python
        environments, similar to `tox`_. Unlike tox, Nox uses a standard Python
        file for configuration.
        
        The latest documentation is available on `Read the Docs`_.
        
        The source code is available on `GitHub`_.
        
        .. |Travis Build| image:: https://img.shields.io/travis/theacodes/nox/master.svg?maxAge=3600&label=Linux
           :target: https://travis-ci.org/theacodes/nox
           :alt: Travis Build
        .. |AppVeyor Build| image:: https://img.shields.io/appveyor/ci/theacodes/nox/master.svg?maxAge=3600&label=Windows
           :target: https://ci.appveyor.com/project/theacodes/nox
           :alt: AppVeyor CI Build
        .. |Coverage Status| image:: https://codecov.io/github/theacodes/nox/coverage.svg?branch=master
           :target: https://codecov.io/github/theacodes/nox?branch=master
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/nox-automation.svg
           :target: https://pypi.python.org/pypi/nox-automation
        .. |Docs| image:: https://readthedocs.org/projects/nox/badge/?version=latest
           :target: http://nox.readthedocs.org/en/latest/
        .. _tox: https://tox.readthedocs.org
        .. _Read the Docs: http://nox.readthedocs.org/en/latest/
        .. _GitHub: https://github.com/theacodes/nox
        
Keywords: testing automation tox
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Testing
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Provides-Extra: tox_to_nox
