From b710986b70863781048f00739e3a4557809d98b5 Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Thu, 29 Oct 2015 21:24:25 -0200 Subject: [PATCH] tox: add 'tests/' folder to flake8 --- tests/integration/virtualbox_tests.py | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/virtualbox_tests.py b/tests/integration/virtualbox_tests.py index 3453444..86f3fac 100644 --- a/tests/integration/virtualbox_tests.py +++ b/tests/integration/virtualbox_tests.py @@ -1,6 +1,5 @@ from manifests import merge_manifest_data from tools import boot_manifest -from unittest.case import SkipTest partials = {'vdi': '{provider: {name: virtualbox}, volume: {backing: vdi}}', 'vmdk': '{provider: {name: virtualbox}, volume: {backing: vmdk}}', diff --git a/tox.ini b/tox.ini index d0a1ba1..8590fc4 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ max-line-length = 110 [testenv:flake8] deps = flake8 -commands = flake8 bootstrapvz/ --exclude=minify_json.py {posargs} +commands = flake8 bootstrapvz/ tests/ --exclude=minify_json.py {posargs} [testenv:unit] deps =