mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 14:24:17 +00:00
Add pylint config and testenv
This commit is contained in:
parent
fbd5944f15
commit
85c199ea34
2 changed files with 389 additions and 0 deletions
11
tox.ini
11
tox.ini
|
|
@ -24,6 +24,17 @@ deps =
|
|||
commands =
|
||||
flake8
|
||||
|
||||
[testenv:pylint]
|
||||
basepython = python3
|
||||
skipsdist = true
|
||||
skip_install = true
|
||||
use_develop = false
|
||||
deps =
|
||||
.
|
||||
pylint
|
||||
commands =
|
||||
pylint flake8
|
||||
|
||||
[testenv:docs]
|
||||
deps =
|
||||
sphinx>=1.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue