Add drone CI note and badge #170

Merged
witten merged 2 commits from :docsfix/drone-badges into master 2019-05-13 21:51:00 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 4010a2ed77 - Show all commits

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

I recommend calling this just ## Continuous integration for clarity. Not everyone knows what Drone is, or what "CI" is.

I recommend calling this just `## Continuous integration` for clarity. Not everyone knows what Drone is, or what "CI" is.
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