diff --git a/Jenkinsfile b/Jenkinsfile index b1c5f380..99156592 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -147,6 +147,11 @@ pipeline { coverage run src/bitmessagemain.py -t 1 1 2 3 python -m coverage xml -o PyBitmessage/coverage.xml ''' + + // echo "Style check" + // sh ''' source activate ${BUILD_TAG} + // pylint PyBitmessage || true + // ''' } post{ always{