From 0622b5c54ee6682e6afc21e05cc5f9f95a98aaba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 28 May 2017 21:38:27 -0400 Subject: [PATCH] flake8 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f19a72e1..ea9f0774 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ ci: test-readme: python setup.py check -r -s +flake8: + flake8 --ignore=E501 + coverage: py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests