Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
a825ab3d
Commit
a825ab3d
authored
Sep 25, 2013
by
Christos Stavrakakis
Browse files
ci: Use -U when installing with pip
parent
b8352f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/utils.py
View file @
a825ab3d
...
...
@@ -631,7 +631,7 @@ class SynnefoCI(object):
apt-get update
apt-get install zlib1g-dev dpkg-dev debhelper git-buildpackage
\
python-dev python-all python-pip --yes --force-yes
pip install devflow
pip install
-U
devflow
"""
_run
(
cmd
,
False
)
...
...
@@ -725,8 +725,8 @@ class SynnefoCI(object):
self
.
logger
.
debug
(
"Install needed packages"
)
cmd
=
"""
pip install mock
pip install factory_boy
pip install
-U
mock
pip install
-U
factory_boy
"""
_run
(
cmd
,
False
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment