Add note about Drone CI to contributing docs

This commit is contained in:
Luke Murphy 2019-05-13 22:56:59 +02:00
parent 2f36096e1a
commit 4010a2ed77
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ formatter and [Flake8](http://flake8.pycqa.org/en/latest/) code checker, so
certain code style requirements will be enforced when running automated tests.
See the Black and Flake8 documentation for more information.
## Continuous integration
Each pull request will trigger a continuous integration build which will run
the test suite. These builds can be seen on
[build.torsion.org](https://build.torsion.org/witten/borgmatic).
## Related documentation