mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
9 lines
214 B
Makefile
9 lines
214 B
Makefile
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
|