Fix if return boundary in 3.6+

Fixes #209
This commit is contained in:
rocky
2019-03-10 05:59:15 -04:00
parent bfceeac6c8
commit dcad6cf6ce
10 changed files with 43 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
[flake8]
exclude = .tox,./build,./trepan/processor/command/tmp
filename = *.py
ignore = C901,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E201,E202,E203,E221,E222,E225,E226,E241,E242,E251,E261,E271,E272,E302,E401,E501,F401,E701,E702
ignore = C901,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E201,E202,E203,E221,E222,E225,E226,E241,E242,E251,E261,E271,E272,E302,E401,E402,E501,F401,E701,E702
[tox]
envlist = py27, py34, pypy