From f6d1d4cdc69cee7b603830d375949008a22b2540 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 23 Aug 2021 00:14:33 +0200 Subject: Add basic infrastructure for tests & linters 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 528d901..8c326c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ __pycache__ wikimini.egg-info /doc/_build/ /dist/ +/.tox -- cgit v1.2.3