mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
full-install: system-install python-deps
|
|
|
|
python-deps:
|
|
pipenv install
|
|
|
|
python-dev-deps:
|
|
pipenv install --dev
|
|
|
|
system-install: @confirm
|
|
brew install python pipenv
|
|
|
|
pypi-upload: python-dev-deps
|
|
pipenv run setup.py upload
|
|
|
|
test:
|
|
echo $@
|