Files
bake/Bakefile
T
2019-09-16 00:00:03 -04:00

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 $@