summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Collapse)Author
2021-08-26Pass args to pytestDaniel Schadt
2021-08-24add sphinx tox targetDaniel Schadt
This allows us to build the documentation using tox -e sphinx
2021-08-23Add basic infrastructure for tests & lintersDaniel 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.