mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-17 06:20:26 +00:00
8 lines
111 B
Makefile
8 lines
111 B
Makefile
sdist:
|
|
pipenv run python setup.py sdist bdist_wheel
|
|
|
|
install:
|
|
pipenv install --dev
|
|
|
|
lint:
|
|
pipenv run flake8
|