change in pathlib
This commit is contained in:
parent
934c6ce978
commit
44d849263d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user