Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-24 | add sphinx tox target | Daniel Schadt | |
This allows us to build the documentation using tox -e sphinx | |||
2021-08-23 | Add basic infrastructure for tests & linters | Daniel Schadt | |
We use tox as the runner, which allows us to easily do commands like tox tox -e pylint tox -e mypy to run the different tests/linters. |