Codebase list python-hpack / upstream/2.0.1 Makefile
upstream/2.0.1

Tree @upstream/2.0.1 (Download .tar.gz)

Makefile @upstream/2.0.1raw · history · blame

1
2
3
4
5
6
7
8
.PHONY: publish test

publish:
	python setup.py sdist upload
	python setup.py bdist_wheel upload

test:
	py.test -n 4 --cov hyper test/