no piping to a file

This commit is contained in:
2017-05-28 22:06:04 -04:00
parent cd2beaf04a
commit 8ddba4662d
+1 -1
View File
@@ -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