Metadata-Version: 1.1
Name: tox-plus
Version: 0.0.1
Summary: virtualenv-based automation of test activities
Home-page: https://github.com/Itxaka/tox-plus
Author: Itxaka serrano, Holger krekel
Author-email: itxakaserrano@gmail.com
License: http://opensource.org/licenses/MIT
Description: 
        What is Tox-plus?
        --------------------
        Tox-plus is a fork of tox done in order to add more features to it.
        
        ![Build Status](https://travis-ci.org/Itxaka/tox-plus.svg?branch=master)
        
        
        Differences
        -------------
        
         - The ``{env:key:default}`` substitution for commands now works
         - Added 2 extra hooks for plugins, ``pretest`` and ``posttest`` executed before and after the tests are run, for easy and useful plugin development
        
        What is Tox?
        --------------------
        
        Tox is a generic virtualenv management and test command line tool you can use for:
        
        * checking your package installs correctly with different Python versions and
          interpreters
        
        * running your tests in each of the environments, configuring your test tool of choice
        
        * acting as a frontend to Continuous Integration servers, greatly
          reducing boilerplate and merging CI and shell-based testing.
        
        For more information and the repository please checkout:
        
        - homepage: http://tox.testrun.org
        
        - repository: https://bitbucket.org/hpk42/tox
        
        
        have fun,
        
        holger krekel, 2015
        
        
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
