• Marius Gedminas's avatar
    Support multiple Pythons in the same working tree · bb51ad16
    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
Makefile 1.25 KB