chage in unit test2

This commit is contained in:
shikhar.s 2019-08-29 16:32:44 +05:30
parent 244d95d53b
commit e9a5fe278d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -188,6 +188,7 @@ pipeline {
steps {
sh ''' export PATH=${VIRTUAL_ENV}/bin:${PATH}
pip install pytest
pip install psutil
python -m pytest --verbose --junit-xml results.xml
'''
}