Skip to content
New issue

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 integration with Travis CI #15

Open
5 tasks
webknjaz opened this issue Jan 28, 2020 · 0 comments
Open
5 tasks

Add integration with Travis CI #15

webknjaz opened this issue Jan 28, 2020 · 0 comments

Comments

@webknjaz
Copy link
Member

Please configure integration with TravisCI:

  • Enable repo testing in TravisCI
  • Add TravisCI badge (master branch) to README.md with a single commit. (click Build Status next to octocat icon on this page)
  • Create new branch called features/15-travis-ci-integration and do all the following steps within that branch.
  • Add .travis.yml using pre-commit as a script. Set it up to run Python 3.8 env and add PIP caching. Ensure you install pre-commit before running tests:
language: python
python: 3.8
cache: pip
before_install: pip install -U pre-commit
script: pre-commit run --all-files
  • Push the branch and create a Pull Request for it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant