Skip to content

Commit

Permalink
tox: activate flake8 and pylint on default runs
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 28, 2020
1 parent 31ef2db commit 1cd55b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tox]
envlist = test
envlist = test,flake8,pylint
skipsdist = True

[gh-actions]
python =
3.8: py38,flake8,test
3.8: py38,flake8,pylint,test

[testenv]
basepython = python3
Expand Down

0 comments on commit 1cd55b1

Please # to comment.