From 8ddba4662d71b8ce9504fa4cf0e52ff0c1ebba0a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 28 May 2017 22:06:04 -0400 Subject: [PATCH] no piping to a file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ce87d6d..612f1a90 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ test-readme: python setup.py check -r -s flake8: - flake8 --ignore=E501 > flake8_report.txt + flake8 --ignore=E501 coverage: py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests