PYTHON?=python3.9 test: . ./t/bin/activate && \ echo adtwist.py | entr sh -c 'python -m coverage run -m unittest --failfast adtwist && coverage report -m --omit=t/\*' setup: $(PYTHON) -m venv t && \ . ./t/bin/activate && \ pip install -r requirements.txt