test:
	check-manifest
	flake8 *.py
#	pyroma
	python setup.py sdist
	python setup.py test
	viewdoc
