Commit c908ce04 authored by Hanno Schlichting's avatar Hanno Schlichting

document the Makefile for developer use

parent 58613d9b
......@@ -9,3 +9,16 @@ When you're developing buildout itself, you need to know two things:
- Don't bootstrap with ``python bootstrap/bootstrap.py`` but with ``python
dev.py``.
For your convenience we provide a Makefile to build various Python versions
in subdirectories of the buildout checkout. To use this do::
make PYTHON_VER=2.6 build
make PYTHON_VER=2.7 build
make PYTHON_VER=3.2 build
In order to run the tests, you can then use::
make PYTHON_VER=2.6 test
make PYTHON_VER=2.7 test
make PYTHON_VER=3.2 test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment