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
Please configure integration with TravisCI:
README.md
features/15-travis-ci-integration
.travis.yml
pre-commit
language: python python: 3.8 cache: pip before_install: pip install -U pre-commit script: pre-commit run --all-files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please configure integration with TravisCI:
README.md
with a single commit. (click next to octocat icon on this page)features/15-travis-ci-integration
and do all the following steps within that branch..travis.yml
usingpre-commit
as a script. Set it up to run Python 3.8 env and add PIP caching. Ensure you installpre-commit
before running tests:The text was updated successfully, but these errors were encountered: