Commit 5f1eab0a by Jörg Stucke

added dev dependencies + pylintrc fix

parent 6733b09b
[pytest] [pytest]
addopts = --pep8 --cov=./ -v addopts = --cov=./ -v
pep8ignore =
*.py E501
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = '0.2.2' VERSION = '0.2.3'
setup( setup(
name='common_helper_files', name='common_helper_files',
...@@ -9,6 +9,10 @@ setup( ...@@ -9,6 +9,10 @@ setup(
install_requires=[ install_requires=[
'bitmath' 'bitmath'
], ],
tests_require=[
'pytest',
'pytest-cov',
],
description='file operation helper functions', description='file operation helper functions',
author='Fraunhofer FKIE', author='Fraunhofer FKIE',
author_email='peter.weidenbach@fkie.fraunhofer.de', author_email='peter.weidenbach@fkie.fraunhofer.de',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment