Files
records/Makefile
T
2017-09-17 11:05:24 -04:00

9 lines
207 B
Makefile

test:
pipenv run py.test tests
init:
pipenv install
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