portainer-cli/Makefile
2018-10-19 14:29:13 -03:00

8 lines
111 B
Makefile

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