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

[tox]
skipsdist = True
envlist = py3, pylint

[testenv]
setenv = PYTHONWARNINGS=ignore

[testenv:pylint]
deps =
    pylint


[pylint]
jobs = 10