From 27b9ee8529b569becc70dc4a49298afc53fc1ae4 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 31 May 2018 19:56:50 -0700 Subject: [PATCH] appveyor: try warcio 1.5.3 --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a86f065a..3105ba4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,7 @@ install: - "pip install pypiwin32" - "pip install certauth boto3 youtube-dl pysocks" - "pip install codecov" + - "pip install -U git+https://github.com/webrecorder/warcio@close_stream_opt#egg=warcio-1.5.3" build_script: - "python setup.py install"