mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-26 07:49:24 +01:00
setup: fix pywb py3 version to 0.30.0, add coverage for recorder
This commit is contained in:
parent
3b3e190cf4
commit
2003925b75
@ -5,7 +5,6 @@ omit =
|
|||||||
*.html
|
*.html
|
||||||
*.js
|
*.js
|
||||||
*.css
|
*.css
|
||||||
pywb/__init__.py
|
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
|
6
setup.py
6
setup.py
@ -14,7 +14,7 @@ class PyTest(TestCommand):
|
|||||||
import pytest
|
import pytest
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
cmdline = ' --cov-config .coveragerc --cov webagg/ -vv webagg/test/'
|
cmdline = ' --cov-config .coveragerc --cov ./ -vv webagg/test/ recorder/test/'
|
||||||
errcode = pytest.main(cmdline)
|
errcode = pytest.main(cmdline)
|
||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
@ -33,10 +33,10 @@ setup(
|
|||||||
'recorder',
|
'recorder',
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pywb==1.0b',
|
'pywb==0.30.0',
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
'git+https://github.com/ikreymer/pywb.git@py3#egg=pywb-1.0b-py3',
|
'git+https://github.com/ikreymer/pywb.git@py3#egg=pywb-0.30.0-py3',
|
||||||
],
|
],
|
||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
entry_points="""
|
entry_points="""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user