changes in file and environment
This commit is contained in:
parent
d5fe9c723f
commit
432b8aafc5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -134,7 +134,7 @@ pipeline {
|
||||||
|
|
||||||
|
|
||||||
echo "Test coverage"
|
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
|
coverage run src/bitmessagemain.py -t 1 1 2 3
|
||||||
python -m coverage xml -o coverage.xml
|
python -m coverage xml -o coverage.xml
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -3,3 +3,4 @@ psutil
|
||||||
pycrypto
|
pycrypto
|
||||||
nose
|
nose
|
||||||
radon
|
radon
|
||||||
|
coverage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user