chage in unit test

This commit is contained in:
shikhar.s 2019-08-29 16:07:11 +05:30
parent 670f022aba
commit 20502a2142
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -186,7 +186,7 @@ pipeline {
stage('Unit tests') { stage('Unit tests') {
steps { steps {
sh ''' source activate ${BUILD_TAG} sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
python -m pytest --verbose --junit-xml results.xml python -m pytest --verbose --junit-xml results.xml
''' '''
} }