portainer-cli/Makefile

9 lines
111 B
Makefile
Raw Normal View History

sdist:
pipenv run python setup.py sdist bdist_wheel
install:
pipenv install --dev
lint:
pipenv run flake8