Update README.md

This commit is contained in:
Simon Fortier 2019-03-10 12:56:43 -04:00 committed by GitHub
parent 53f68867c8
commit 626e3a203e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# task_tracker_drone
[![Build Status](https://ci.simon987.net/buildStatus/icon?job=task_tracker_drone)](https://ci.simon987.net/job/task_tracker_drone/) [![CodeFactor](https://www.codefactor.io/repository/github/simon987/task_tracker_drone/badge)](https://www.codefactor.io/repository/github/simon987/task_tracker_drone)
General purpose 'set and forget' task runner for [task_tracker](https://github.com/simon987/task_tracker).
General purpose 'set and forget' task runner and API wrapper for [simon987/task_tracker](https://github.com/simon987/task_tracker).
### Running tests
```bash
cd src
python -m unittest discover
```
```