Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.13 KB

README.rst

File metadata and controls

36 lines (23 loc) · 1.13 KB

Development buildout for zc.buildout recipes

This is a development buildout for the hexagonit.recipe.* recipes for zc.buildout. It currently contains the following recipes

Bootstrapping

To bootstrap the buildout use the following command:

$ python bootstrap.py --distribute

Currently supported Python versions for the recipes include version 2.4 - 2.7.

Building

The buildout uses the mr.developer extension to clone the recipe repositories automatically. Simply running:

$ ./bin/buildout

should set everything up for development.

Testing

Tests are run by the following command:

$ ./bin/test