mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
c35b357059
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
9 lines
207 B
Makefile
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
|