changes in file and environment

This commit is contained in:
shikhar.s 2019-08-28 19:30:59 +05:30
parent d5fe9c723f
commit 432b8aafc5
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -134,7 +134,7 @@ pipeline {
echo "Test coverage"
sh ''' source activate ${BUILD_TAG}
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
coverage run src/bitmessagemain.py -t 1 1 2 3
python -m coverage xml -o coverage.xml
'''

View File

@ -3,3 +3,4 @@ psutil
pycrypto
nose
radon
coverage