mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
tox: add 'tests/' folder to flake8
This commit is contained in:
parent
8a4a6658ca
commit
b710986b70
2 changed files with 1 additions and 2 deletions
|
@ -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}}',
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Reference in a new issue