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

appveyor: try warcio 1.5.3

This commit is contained in:
Ilya Kreymer 2018-05-31 19:56:50 -07:00
parent 1e9f457ef1
commit 27b9ee8529

View File

@ -20,6 +20,7 @@ install:
- "pip install pypiwin32" - "pip install pypiwin32"
- "pip install certauth boto3 youtube-dl pysocks" - "pip install certauth boto3 youtube-dl pysocks"
- "pip install codecov" - "pip install codecov"
- "pip install -U git+https://github.com/webrecorder/warcio@close_stream_opt#egg=warcio-1.5.3"
build_script: build_script:
- "python setup.py install" - "python setup.py install"