pip install warcprox

This commit is contained in:
Christian Clauss 2020-12-14 21:07:15 +01:00 committed by GitHub
parent 4aadff5fc8
commit 8dce6a9f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ jobs:
- run: isort --profile black . || true
- run: pip install -r requirements.txt || true
- run: pip install -e .
- run: pip install git+https://github.com/internetarchive/warcprox.git#egg=warcprox
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true