Metadata-Version: 2.1
Name: tox-battery
Version: 0.5.2
Summary: Additional functionality for tox
Home-page: https://github.com/signalpillar/tox-battery
Author: Volodymyr Vitvitskyi
Author-email: contact.volodymyr@gmail.com
License: http://opensource.org/licenses/MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Dist: tox

.. image:: https://travis-ci.org/signalpillar/tox-battery.svg
    :target: https://travis-ci.org/signalpillar/tox-battery


The project is an attempt to add to the `tox
<http://tox.readthedocs.org/en/latest/>`_ some missing out of the box functionality.

Basically it is just an extension for the tool that will be loaded automatically.

Features
========

First `experimental feature <https://bitbucket.org/hpk42/tox/issues/149/virtualenv-is-not-recreated-when-deps>`_ is to recreate virtual environment on requirements file update.

Installation
============

Thanks to entrypoints mechanism used by tox plugin system no additional configuration
is required except of the package installation.

::

    pip install tox-battery


Package Maintainance
====================

Release
=======

`tox -e release`


