diff --git a/tox.ini b/tox.ini index 01777bc..3f56c51 100644 --- a/tox.ini +++ b/tox.ini @@ -37,3 +37,10 @@ ignore = E231 # clashes with black [isort] known_third_party = click,httpx,pykeepass,pytest,setuptools + +[gh-actions] +python = + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39, pre-commit, mypy