summaryrefslogtreecommitdiff
path: root/test/runner/lib/sanity.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runner/lib/sanity.py')
-rw-r--r--test/runner/lib/sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/lib/sanity.py b/test/runner/lib/sanity.py
index 93405b23ae..134111d636 100644
--- a/test/runner/lib/sanity.py
+++ b/test/runner/lib/sanity.py
@@ -316,7 +316,7 @@ def command_sanity_pep8(args, targets):
return SanitySkipped(test)
cmd = [
- 'pep8',
+ 'pycodestyle',
'--max-line-length', '160',
'--config', '/dev/null',
'--ignore', ','.join(sorted(current_ignore)),