From c8b2c4691c5ccd2e8641f3529aeac48e8ab92bfd Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 16 Jan 2018 14:47:18 -0800 Subject: [PATCH] appveyor: install codecov --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a7906477..38fe0205 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ install: - "pip install cffi" - "pip install pyopenssl" - "pip install certauth boto3 youtube-dl" + - "pip install codecov" build_script: - "python setup.py install"