flake8 ignore lambda expressions

This commit is contained in:
2017-05-29 22:41:07 -04:00
parent e55d3d0658
commit 3fa02a1336
+1 -1
View File
@@ -11,7 +11,7 @@ test-readme:
python setup.py check -r -s
flake8:
flake8 --ignore=E501,F401,E128,E402 requests
flake8 --ignore=E501,F401,E128,E402,E731 requests
coverage:
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests