Skip to content
Snippets Groups Projects
Commit 70fdf9d3b424 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

tox.ini adaptations for jenkins

parent d0aee6953195
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py27,flake8
[tox:jenkins]
envlist = py27,flake8-jenkins
[testenv]
sitepackages = true
deps =
......@@ -15,5 +18,12 @@
deps =
flake8
commands = flake8
[testenv:flake8-jenkins]
skip_install = true
whitelist_externals =
flake8
deps =
flake8
commands = flake8 --exit-zero --show-source --output-file=code_quality.log {toxinidir}
[flake8]
......@@ -18,3 +28,6 @@
[flake8]
exclude = migration/*,test/data/*,setup.py,.tox/*
format = pylint
max-line-length = 100
ignore = E731,W503
exclude = __pkginfo__.py,migration/*,test/data/*,setup.py,.tox/*
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