update jenkins config

This commit is contained in:
Tomas Kopecek 2017-04-10 14:23:21 +02:00 committed by Mike McLean
parent 16b2aef84b
commit 3b1c1b7f81

View file

@ -123,7 +123,7 @@ Configuration
# remove possible coverage output and run tests
coverage erase
PYTHONPATH=hub/.:cli/.:plugins/hub/.:plugins/cli/.:plugins/builder/. nosetests --with-coverage --cover-package .
coverage xml
coverage xml --omit 'kojienv/*'
# run additional tests if configured
#pylint . > pylint_report.txt