Commit d68d0120 authored by gabrieldemarmiesse's avatar gabrieldemarmiesse

Deactivated the pep8 test for python < 3.5 and when selecting specific tests.

parent eea6e8a3
......@@ -1968,6 +1968,10 @@ def main():
if options.with_cython and sys.version_info[0] >= 3:
sys.path.insert(0, options.cython_dir)
# requires glob with the wildcard.
if sys.version_info < (3, 5) or cmd_args:
options.code_style = False
WITH_CYTHON = options.with_cython
coverage = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment