Merge "Fix "F821 undefined name 'unicode' error when run tox pep8"
This commit is contained in:
commit
68c0c9d0f1
3
tox.ini
3
tox.ini
@ -37,3 +37,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
||||
ignore = E125
|
||||
show-source = true
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
||||
# F821 undefined name 'unicode'
|
||||
# if isinstance(config, str) or isinstance(config, unicode):
|
||||
builtins = unicode
|
||||
|
Loading…
Reference in New Issue
Block a user