mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-16 22:10:34 +00:00
9 lines
126 B
Makefile
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
|