We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Makefile to handle basic development lifecycle.
Commands:
help
clean
clean-build
clean-cache
clean-test
dist
lint
test
test-all
install
tag
release
see CumulusCI Makefile for examples.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a Makefile to handle basic development lifecycle.
Commands:
help
-- list all available makefile commands, and also reference thatsetup.pypoetry is in useclean
-- to remove all nonsense from the repo, split intoclean-build
,clean-cache
,clean-test
dist
-- create tarball, egg and/or wheel of the package (whatever is appropriate)lint
-- run black & flake8test
-- run pytest (in the currently active venv)test-all
-- run tox (it will create its own venv)install
-- install (in the currently active venv)tag
-- create a signed tag of the current HEADrelease
-- publish a release on github of the current tagsee CumulusCI Makefile for examples.
The text was updated successfully, but these errors were encountered: