From 115b438e6a3b4e3d29c932cbf3da160b07591020 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 17 Jan 2017 17:37:21 -0500 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 331b957f..0e232193 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ test: py.test tests coverage: - py.test --verbose --cov-report term --conv-report xml --cov=requests tests + py.test --verbose --cov-report term --cov-report xml --cov=requests tests ci: init py.test --junitxml=junit.xml