From 7180c2cdcf384d74108c0a2061ed729684aba6a9 Mon Sep 17 00:00:00 2001 From: Steffen Allner Date: Mon, 20 Jun 2016 18:42:46 +0200 Subject: fix PEP-8 and whitespaces. --- tests/test_config.py | 2 +- tox/venv.py | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_config.py b/tests/test_config.py index 2b81fa3..9eb955d 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1088,7 +1088,7 @@ class TestConfigTestEnv: [params] foo = bah foo2 = [params]foo - + [testenv:py27] commands = echo {{[params]foo2}} diff --git a/tox/venv.py b/tox/venv.py index f6dabfc..0461fc7 100644 --- a/tox/venv.py +++ b/tox/venv.py @@ -120,12 +120,12 @@ class VirtualEnv(object): def _check_external_allowed_and_warn(self, path): if not self.is_allowed_external(path): self.session.report.warning( - "test command found but not installed in testenv\n" - " cmd: %s\n" - " env: %s\n" - "Maybe you forgot to specify a dependency? " - "See also the whitelist_externals envconfig setting." % ( - path, self.envconfig.envdir)) + "test command found but not installed in testenv\n" + " cmd: %s\n" + " env: %s\n" + "Maybe you forgot to specify a dependency? " + "See also the whitelist_externals envconfig setting." % ( + path, self.envconfig.envdir)) def is_allowed_external(self, p): tryadd = [""] -- cgit v1.2.1