change in jenkins file

This commit is contained in:
shikhar.s 2019-07-04 21:23:25 +05:30
parent 2b00970070
commit b6b43a3b93
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -36,8 +36,9 @@ pipeline {
virtualenv venv
#. venv/bin/activate
export PATH=${VIRTUAL_ENV}/bin:${PATH}
pip install --upgrade pip
pip install -r requirements.txt -r dev-requirements.txt
make -f Makefile clean
make clean
"""
}
}