Skip to content
Snippets Groups Projects
Commit a60d7a18 authored by Stephan Kuschel's avatar Stephan Kuschel
Browse files

output pycodestyle version during testing

parent f0145dda
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,8 @@ def run_alltests(python='python', fast=False, skip_setup=False):
if 'pycodestyle' not in cmdrpl:
raise ImportError('Install pep8 or pycodestyle (its successor)')
cmds = ['{python} -m {pycodestyle} postpic --statistics --count --show-source '
cmds = ['{python} -m pycodestyle --version',
'{python} -m {pycodestyle} postpic --statistics --count --show-source '
'--ignore=W391,E123,E226,E24,W504 --max-line-length=99',
'{python} -m nose --exe']
cmdo = ['{python} setup.py build_sphinx',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment