Makefile!

This commit is contained in:
2016-02-11 16:35:32 -05:00
parent 893c46f630
commit 3153bc213c
+9
View File
@@ -0,0 +1,9 @@
tests:
py.test tests
init:
pip install -r requirements.txt
publish:
python setup.py register
python setup.py sdist upload
python setup.py bdist_wheel --universal upload
rm -fr build dist .egg records.egg-info