blob: 44b7b032c74009d3147d8380a115917bc553871e [file] [log] [blame]
; SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
; SPDX-License-Identifier: Apache-2.0
[tox]
envlist = py37,py310
skip_missing_interpreters = true
[testenv]
deps =
reuse
flake8
pylint
coverage
commands=
# reuse
flake8 cggs.py
# pylint --py3k cggs.py
[flake8]
max-line-length = 119