change in pathlib

This commit is contained in:
shikhar.s 2019-07-04 21:18:43 +05:30
parent 934c6ce978
commit 44d849263d
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

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

View File

@ -2,7 +2,7 @@ python_prctl
psutil psutil
pycrypto pycrypto
python-git python-git
pathlib pathlib2
python-msgpack python-msgpack
python-qt4 python-qt4
pyOpenSSL pyOpenSSL