add env dependency
This commit is contained in:
parent
f02e600d82
commit
b4d731c798
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user