Commit Graph

7 Commits

Author SHA1 Message Date
Gleb Nikonorov 817d04df58
Move documentation to read the docs (#402)
* 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
2020-12-09 13:21:28 +00:00
Charles Machalow ba4f15431c
Re-enable pypy3-windows. Closes #358 (#403) 2020-12-08 22:44:43 -05:00
Gleb Nikonorov f2aae7d29a
Add codecov support for python code (#370)
* 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>
2020-11-24 14:56:51 +00:00
Gleb Nikonorov 75b481e2dc
Add a package.json file for a better javascript development experience (#365)
* Add a package.json file for a better javascript development experience

* remove publushing information from the package.json
2020-11-10 17:30:17 +00:00
Sorin Sbarnea ca5ddbc208
Move release from travis to github actions (#360)
- 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
2020-11-03 07:47:23 +00:00
Charles Machalow b9bb5a9b4d
Enable testing on Windows and MacOS (#357)
Co-authored-by: Gleb Nikonorov <gleb.i.nikonorov@gmail.com>
2020-10-24 14:52:57 +01:00
Gleb Nikonorov d355f07e3b
Add Github Actions workflow for nodejs portion of project (#351) 2020-10-20 15:14:10 +01:00