changes in file and environment

This commit is contained in:
shikhar.s 2019-08-28 20:14:39 +05:30
parent e6a39fc745
commit 171c2cb2d3
1 changed files with 0 additions and 5 deletions

5
Jenkinsfile vendored
View File

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