changes in file and environment

This commit is contained in:
shikhar.s 2019-08-28 20:04:04 +05:30
parent 7d5bd5fda3
commit 80306b9d9d

3
Jenkinsfile vendored
View File

@ -135,7 +135,8 @@ pipeline {
echo "Test coverage"
sh ''' coverage run src/bitmessagemain.py -t 1 1 2 3
sh ''' pip install coverage
coverage run src/bitmessagemain.py -t 1 1 2 3
python -m coverage xml -o PyBitmessage/coverage.xml
'''
echo "Style check"