tox: add 'tests/' folder to flake8

This commit is contained in:
Tiago Ilieve 2015-10-29 21:24:25 -02:00
parent 8a4a6658ca
commit b710986b70
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
from manifests import merge_manifest_data from manifests import merge_manifest_data
from tools import boot_manifest from tools import boot_manifest
from unittest.case import SkipTest
partials = {'vdi': '{provider: {name: virtualbox}, volume: {backing: vdi}}', partials = {'vdi': '{provider: {name: virtualbox}, volume: {backing: vdi}}',
'vmdk': '{provider: {name: virtualbox}, volume: {backing: vmdk}}', 'vmdk': '{provider: {name: virtualbox}, volume: {backing: vmdk}}',

View file

@ -8,7 +8,7 @@ max-line-length = 110
[testenv:flake8] [testenv:flake8]
deps = flake8 deps = flake8
commands = flake8 bootstrapvz/ --exclude=minify_json.py {posargs} commands = flake8 bootstrapvz/ tests/ --exclude=minify_json.py {posargs}
[testenv:unit] [testenv:unit]
deps = deps =