PYTHON3 ?= "python3" install: $(PYTHON3) setup.py develop # yes, develop, not install test: $(PYTHON3) setup.py test # could just run nosetest3...