mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
13 lines
180 B
INI
13 lines
180 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,py34,py35
|
|
|
|
[testenv]
|
|
deps =
|
|
mock
|
|
pytest
|
|
commands =
|
|
py.test {posargs}
|
|
|
|
[flake8]
|
|
# Ignore some flake8-docstrings errors
|
|
ignore = D203
|