summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSamuel Merritt <sam@swiftstack.com>2014-02-13 22:34:44 -0800
committerSamuel Merritt <sam@swiftstack.com>2014-02-13 22:34:44 -0800
commit1bee485b368e85f83ce423976ec9cd597a11edca (patch)
treeaf67e4bca99104fb6e27c616d64195782424b6aa /tox.ini
parent19d7e1812a99d73785146667ae2f3a7156f06898 (diff)
downloadpython-swiftclient-1bee485b368e85f83ce423976ec9cd597a11edca.tar.gz
Only run flake8 on swiftclient code
In particular, this skips the "build" directory, which is prone to containing stuff that doesn't comply with all the hacking checks. The actual code we care about all lives in three places, so let's only check those. Change-Id: I4a3be59913ad85a5a9e91d254f4d3f4b0b1cc7b7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 6275dc2..793bf5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,8 +14,7 @@ commands = python setup.py testr --testr-args="{posargs}"
[testenv:pep8]
commands =
- flake8
- flake8 bin/swift
+ flake8 bin/swift swiftclient tests
[testenv:venv]
commands = {posargs}