changes in file and environment

This commit is contained in:
shikhar.s 2019-08-28 20:01:01 +05:30
parent 023fda884a
commit 7d5bd5fda3
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -135,8 +135,7 @@ pipeline {
echo "Test coverage"
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
coverage run src/bitmessagemain.py -t 1 1 2 3
sh ''' coverage run src/bitmessagemain.py -t 1 1 2 3
python -m coverage xml -o PyBitmessage/coverage.xml
'''
echo "Style check"