mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
shared setup: move webagg test to webagg/test
This commit is contained in:
parent
3477cb0bb5
commit
34386578a5
3
setup.py
3
setup.py
@ -14,7 +14,7 @@ class PyTest(TestCommand):
|
||||
import pytest
|
||||
import sys
|
||||
import os
|
||||
cmdline = ' --cov webagg -vv test/'
|
||||
cmdline = ' --cov-config .coveragerc --cov webagg/ -vv webagg/test/'
|
||||
errcode = pytest.main(cmdline)
|
||||
sys.exit(errcode)
|
||||
|
||||
@ -30,6 +30,7 @@ setup(
|
||||
long_description=open('README.rst').read(),
|
||||
provides=[
|
||||
'webagg',
|
||||
'recorder',
|
||||
],
|
||||
install_requires=[
|
||||
'pywb==1.0b',
|
||||
|
Loading…
x
Reference in New Issue
Block a user