some more test setup refinements and make example testing part of tox runs

This commit is contained in:
holger krekel
2020-03-04 11:36:28 +01:00
parent d8e14d9993
commit 33dd747ec7
4 changed files with 8 additions and 10 deletions

View File

@@ -22,6 +22,11 @@ def main():
packages=setuptools.find_packages('src'),
package_dir={'': 'src'},
cffi_modules=['src/deltachat/_build.py:ffibuilder'],
entry_points = {
'pytest11': [
'deltachat.testplugin = deltachat.testplugin',
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',