* Add upload argument to method `list_jobs()`, closes 21
* Add options to wait for job completion in methods `schedule_jobs` and `detail_job()` as suggested in 20
* Update to REST API version 1.0.13:
* `DELETE /users/{id}`
* `GET /uploads/{id}/licenses`
* Add `ignoreScm` and `groupName` options for `POST /uploads`
* Add `groupName` option for `DELETE /uploads/{id}` and `PATCH /uploads/{id}`
* Breaking change: use Upload object instead of `upload_id` in method `upload_summary`
* Improve exception handling by sending raw server response in case no JSON is returned
* Fix implementation of specific agents handling, extend test
* Fix styling/formatting, shorten list of flake8 ignores
* Add test coverage in actions and export badge on README (using codecov)
* Improve coverage rate to 83%, fix some bugs on the way
* Extend copyright to 2020 on source files