changes in the jenkins file

This commit is contained in:
shikhar.s 2019-08-17 12:23:58 +05:30
parent afa4f515d3
commit 0f89e0db05
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -84,8 +84,8 @@ pipeline {
#. venv/bin/activate
export PATH=${VIRTUAL_ENV}/bin:${PATH}
python setup.py install
sudo /home/cis/.local/bin/nosetests --with-xunit tests
'''
// sudo /home/cis/.local/bin/nosetests --with-xunit tests
}
}