summaryrefslogtreecommitdiff
path: root/Makefile
blob: fd263b160a5e228e314c5db8a27ad71610210af4 (plain)
1
2
3
4
5
6
7
test:
	python setup.py test

tox-test:
	tox

.PYONY: test tox-test