Python: Add Continuous Integration for Python

There are a lot of exceptions, but it's a start.
This will ensure that no more issues get added / that issues
get fixed before the code is added
This commit is contained in:
Martin Thoma
2022-03-09 21:29:06 +01:00
parent 722bf1c3c5
commit a721c91557
6 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
pytest
flake8
mypy