1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

appveyor: install codecov

This commit is contained in:
Ilya Kreymer 2018-01-16 14:47:18 -08:00
parent f6922fe404
commit c8b2c4691c

View File

@ -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"