PROJECT_NAME = butterfly # Python env VENV = $(PWD)/.env PIP = $(VENV)/bin/pip PYTHON = $(VENV)/bin/python PYTEST = $(VENV)/bin/py.test