Skip to content

Commit

Permalink
add flake8, pylint, noimport envs
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 8, 2020
1 parent 53493b1 commit dde2a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -4,9 +4,9 @@ skip_missing_interpreters = True

[gh-actions]
python =
3.6: py36
3.6: py36, flake8, pylint, noimport
3.7: py37
3.8: py38, mypy
3.8: py38

[testenv]
# only run unit tests as they do not need additional hardware
Expand Down

0 comments on commit dde2a85

Please sign in to comment.