diff --git a/.travis.yml b/.travis.yml index c5420fe5..c6e6e9b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,12 +24,13 @@ addons: - time install: - - pip install coveralls humanfriendly pylint + - pip install coveralls pylint - pip install . # command to run tests script: - nosetests --with-coverage --cover-package=rebench + - (cd rebench && rebench -N ../rebench.conf vm:TestRunner2) - pylint rebench after_success: diff --git a/setup.py b/setup.py index e00b8b4e..725b2433 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ author_email='rebench@stefan-marr.de', url='https://github.com/smarr/ReBench', packages=find_packages(exclude=['*.tests']), + package_data={'rebench': ['rebench-schema.yml']}, install_requires=[ 'PyYAML>=3.12', 'pykwalify>=1.6.1',