portainer-cli/Makefile
2018-11-30 16:03:29 -03:00

9 lines
126 B
Makefile

sdist:
rm -rf dist/*
pipenv run python setup.py sdist bdist_wheel
install:
pipenv install --dev
lint:
pipenv run flake8