1
0
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:
Ilya Kreymer 2016-03-09 14:29:14 -08:00
parent 3477cb0bb5
commit 34386578a5
10 changed files with 2 additions and 1 deletions

View File

@ -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',