-
Marius Gedminas authored
This way you can run the tests against several python versions by doing make PYTHON_VER=2.6 build test make PYTHON_VER=2.7 build test make PYTHON_VER=3.2 build test repeatedly, without having to re-download and recompile the respective clean Python interpreters.
bb51ad16