diff --git a/Jenkinsfile b/Jenkinsfile index 674365a3..b1c5f380 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -147,11 +147,6 @@ 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{