From d55213246434efc90a1d048b864daf8bb9d8b4bc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 11:36:54 -0400 Subject: [PATCH] run coverage w/ pipenv Signed-off-by: Kenneth Reitz --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4f06557e..1da1fa88 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,4 +48,4 @@ test_script: - "C:\\MinGW\\bin\\mingw32-make coverage" on_success: - - "codecov -f coverage.xml" + - "pipenv run codecov -f coverage.xml"