Commit a272afc1 authored by Denis Bilenko's avatar Denis Bilenko

rename CHECK_PEP8 -> EXTRA

parent e2e74c78
...@@ -4,7 +4,7 @@ python: ...@@ -4,7 +4,7 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
env: env:
- CHECK_PEP8=1 - EXTRA=1
- GEVENTSETUP_EV_VERIFY=3 - GEVENTSETUP_EV_VERIFY=3
- GEVENT_FILE=thread - GEVENT_FILE=thread
- GEVENT_BACKEND=select GEVENTSETUP_EV_VERIFY=3 - GEVENT_BACKEND=select GEVENTSETUP_EV_VERIFY=3
......
...@@ -136,7 +136,7 @@ def full(args=None): ...@@ -136,7 +136,7 @@ def full(args=None):
options['setenv'] = my_setenv options['setenv'] = my_setenv
tests.append((cmd, options)) tests.append((cmd, options))
if sys.version_info[:2] == (2, 7) and os.environ.get('CHECK_PEP8'): if sys.version_info[:2] == (2, 7) and os.environ.get('EXTRA'):
tests.append(([sys.executable, '-u', 'xtest_pep8.py'], None)) tests.append(([sys.executable, '-u', 'xtest_pep8.py'], None))
return tests return tests
......
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