portainer-cli/Makefile

10 lines
126 B
Makefile
Raw Permalink Normal View History

sdist:
2018-11-30 19:03:29 +00:00
rm -rf dist/*
pipenv run python setup.py sdist bdist_wheel
install:
pipenv install --dev
lint:
pipenv run flake8