Add testsuite, git action.

This commit is contained in:
Jelmer Vernooij 2020-10-22 19:39:38 +01:00
parent 2580518234
commit b3e60b3fb9
No known key found for this signature in database
GPG key ID: 579C160D4C9E23E8
3 changed files with 74 additions and 0 deletions

9
setup.cfg Normal file
View file

@ -0,0 +1,9 @@
[flake8]
application-package-names = ognibuild
[mypy]
# A number of ognibuilds' dependencies don't have type hints yet
ignore_missing_imports = True
[bdist_wheel]
universal = 1