ignore line continuations for flake8

This commit is contained in:
2017-05-29 22:35:33 -04:00
parent cfc3db06cf
commit 4e1bbe1288
+1 -1
View File
@@ -11,7 +11,7 @@ test-readme:
python setup.py check -r -s python setup.py check -r -s
flake8: flake8:
flake8 --ignore=E501,F401 requests flake8 --ignore=E501,F401,E128 requests
coverage: coverage:
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests