summaryrefslogtreecommitdiff
path: root/tests/config/functional/tox/unrecognized_options/tox.ini
blob: e5db6d116354649cb2b6f887a096d602f87c78ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; Test for https://github.com/pylint-dev/pylint/issues/6800

[tox]
skipsdist = True
envlist = py3, pylint

[testenv]
setenv = PYTHONWARNINGS=ignore

[testenv:pylint]
deps =
    pylint


[pylint]
jobs = 10