.PHONY: test

test:
    python -m unittest discover -s tests -p 'test_*.py'

build:
    python setup.py sdist bdist_wheel