Metadata-Version: 1.1
Name: nox-automation
Version: 0.7.0
Summary: Flexible test automation.
Home-page: https://nox.readthedocs.org
Author: Jon Wayne Parrott
Author-email: jonwayne@google.com
License: Apache Software License
Description: Nox - Flexible test automation for Python
        =========================================
        
        |Build Status| |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 `readthedocs <docs>`_.
        
        The source code is available on `github <https://github.com/jonparrott/nox>`_.
        
        
        .. |Build Status| image:: https://travis-ci.org/jonparrott/nox.svg
           :target: https://travis-ci.org/jonparrott/nox
        .. |Coverage Status| image:: https://codecov.io/github/jonparrott/nox/coverage.svg?branch=master
           :target: https://codecov.io/github/jonparrott/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
        .. _docs: http://nox.readthedocs.org/en/latest/
        
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: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
