diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2021-08-23 00:14:33 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2021-08-23 00:14:33 +0200 |
| commit | f6d1d4cdc69cee7b603830d375949008a22b2540 (patch) | |
| tree | 1df52a1ed2c417e1b08e26583b503a2721f81891 /.gitignore | |
| parent | f761d59448068cdf38671888bd1b15484b2278d1 (diff) | |
| download | wikimini-f6d1d4cdc69cee7b603830d375949008a22b2540.tar.gz wikimini-f6d1d4cdc69cee7b603830d375949008a22b2540.tar.bz2 wikimini-f6d1d4cdc69cee7b603830d375949008a22b2540.zip | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ __pycache__ wikimini.egg-info /doc/_build/ /dist/ +/.tox |
