mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-04-21 23:14:42 +00:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
|
|
sdist:
|
||
|
|
pipenv run python setup.py sdist bdist_wheel
|
||
|
|
|
||
|
|
install:
|
||
|
|
pipenv install --dev
|
||
|
|
|
||
|
|
lint:
|
||
|
|
pipenv run flake8
|