From 6567eb767252272c62a35dc279a508c950eeace1 Mon Sep 17 00:00:00 2001 From: "shikhar.s" Date: Wed, 28 Aug 2019 19:50:53 +0530 Subject: [PATCH] changes in file and environment --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc873c55..9bf90187 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -135,7 +135,7 @@ pipeline { echo "Test coverage" - sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH} + sh ''' source activate ${BUILD_TAG} coverage run src/bitmessagemain.py -t 1 1 2 3 python -m coverage xml -o PyBitmessage/coverage.xml '''