* first pass at moving docs to read the docs
* migrate to readthedocs
* Fix broken development link in README
* Use better build command and some stylistic touchups
* Add development section on writing docs
* undo changes to documentation not in readthedocs
* Add workflow to generate codecov reports for pytest
* implement codecov publishing
* Move linting into its own job in the github actions file
* Alphabetize this change
* make coverage optional
* properly add devel-cov
Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
- create packaging environment that produces deliverables
- removes travis integration
- configures github actions to call packaging after all the other
tests are passing and to make a release if tag is present
- test.pypi.org is kept commented until we sort credentials for it
- no credentials are needed as they are already configured in github