Browse Source

flag that the tests require coverage.. (not strictly, but the standard

testing target does)
main
John-Mark Gurney 7 years ago
parent
commit
a023741b02
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      setup.py

+ 3
- 0
setup.py View File

@@ -15,6 +15,9 @@ setup(name='yadenon',
'twisted',
'pyserial',
],
tests_require=[
'coverage',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',


Loading…
Cancel
Save