README.md: Add CI badge

This commit is contained in:
Oliver Smith 2017-05-28 03:01:27 +02:00
parent 929948785f
commit fb683bc7a2
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Sophisticated chroot/build/flash tool to develop and install [postmarketOS](https://ollieparanoid.github.io/post/postmarketOS).
[Static code analysis](https://github.com/postmarketOS/pmbootstrap/blob/master/test/static_code_analysis.sh) status: ![travis badge](https://api.travis-ci.org/postmarketOS/pmbootstrap.png?branch=master)
## Requirements
* GNU/Linux
* Python 3
@ -44,3 +46,4 @@ Format and partition the SD card `/dev/mmcblk0`, and put a full postmarketOS ins
## Testsuite
Simply install `pytest` (via your package manager or via pip) and run it inside the pmbootstrap folder.