pep8:
	@flake8 *.py tests/*.py

test:
	@cd tests; make

test_all:
	@cd tests; make all
