add jenkins-mail-py to support mail test result

This commit is contained in:
debugtalk
2017-08-02 23:37:23 +08:00
parent 5291586053
commit a4bbdb4f81
5 changed files with 52 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ with open('README.md') as f:
setup(
name='ApiTestEngine',
version=version,
description='An API test engine.',
description='API test engine.',
long_description=long_description,
author='Leo Lee',
author_email='mail@debugtalk.com',
@@ -27,10 +27,12 @@ setup(
"PyYAML",
"coveralls",
"coverage",
"PyUnitReport"
"PyUnitReport",
"jenkins-mail-py"
],
dependency_links=[
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport"
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport",
"git+https://github.com/debugtalk/jenkins-mail-py.git#egg=jenkins-mail-py"
],
classifiers=[
"Development Status :: 3 - Alpha",