add env dependency

This commit is contained in:
shikhar.s 2019-08-27 22:44:55 +05:30
parent f02e600d82
commit b4d731c798
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -85,6 +85,7 @@ pipeline {
export PATH=${VIRTUAL_ENV}/bin:${PATH}
python setup.py install
pip install pylint
pip install radon
'''
// sudo /home/cis/.local/bin/nosetests --with-xunit tests
}