Metadata-Version: 2.0
Name: nox-automation
Version: 0.18.2
Summary: Flexible test automation.
Home-page: https://nox.readthedocs.org
Author: Jon Wayne Parrott
Author-email: jonwayne@google.com
License: Apache Software License
Description-Content-Type: UNKNOWN
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
Requires-Dist: colorlog (<3.0.0,>=2.6.1)
Requires-Dist: py (<2.0.0,>=1.4.0)
Requires-Dist: six (<2.0.0,>=1.4.0)
Requires-Dist: virtualenv (>=14.0.0)
Requires-Dist: enum34; python_version<"3.4"
Provides-Extra: tox_to_nox
Requires-Dist: jinja2; extra == 'tox_to_nox'
Requires-Dist: tox; extra == 'tox_to_nox'

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 `Read the Docs`_.

The source code is available on `GitHub`_.


.. |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
.. _Read the Docs: http://nox.readthedocs.org/en/latest/
.. _GitHub: https://github.com/jonparrott/nox


