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