changes in file and environment

This commit is contained in:
shikhar.s 2019-08-28 19:39:32 +05:30
parent 24305aa251
commit 677905277d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -86,6 +86,7 @@ pipeline {
python setup.py install
pip install pylint
pip install radon
pip install coverage
'''
// sudo /home/cis/.local/bin/nosetests --with-xunit tests
}