Skip to content

Commit

Permalink
configure gh-actions in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 6, 2021
1 parent 6f1b205 commit 699e70d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Expand Up @@ -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

0 comments on commit 699e70d

Please sign in to comment.