Skip to content
Snippets Groups Projects
Commit d96755a1 authored by Andreas Jaeger's avatar Andreas Jaeger
Browse files

Use linters tox environment

Follow change I2afa7931bf3e18798b95a8af33ccf5ef761c4ad5 on
project-config and introduce a new linters target that is used
for linting on the repo.

Change-Id: I1f81b8ab1fe18a172804b795e40428034fddd803
parent 045a51ab
No related branches found
No related tags found
No related merge requests found
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = pep8,jjb,jenkins-project,zuul envlist = linters,jjb,jenkins-project,zuul
skipsdist = True skipsdist = True
[testenv] [testenv]
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]
commands =
flake8
{toxinidir}/tools/run-bashate.sh
[testenv:pep8] [testenv:pep8]
commands = commands =
flake8 flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment