From bb7bb4e03469ce3a79b5f3ecd1ef87e99530c5b0 Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Wed, 26 Mar 2014 11:57:11 -0700 Subject: [PATCH] Only run flake8 on Swift code In particular, this skips the "build" directory, which is prone to containing third-party stuff that doesn't comply with all the various hacking/flake8/pep8 checks. Change-Id: Ibe2240d8c6ca5947b2cac259cd7d0a1154f8a9cd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2c3cb4f80f..0f96da4569 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ downloadcache = ~/cache/pip [testenv:pep8] commands = - flake8 + flake8 swift test doc setup.py flake8 --filename=swift* bin [testenv:venv]