Lint tests during tox (#1721)

This commit is contained in:
Martin Hjelmare 2020-05-18 10:06:07 +02:00 committed by GitHub
parent 53fa8e48c0
commit 264e9665b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ deps =
basepython = python3
ignore_errors = True
commands =
flake8 supervisor
pylint --rcfile pylintrc supervisor
flake8 supervisor tests
pylint --rcfile pylintrc supervisor tests
[testenv:tests]
basepython = python3