Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
sudo pip install for now (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jipperinbham authored Sep 11, 2017
1 parent 4b9fabd commit f6b0a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
set -ev

if [[ $TESTDIR == adaptor/mongodb* ]]; then
pip install pyOpenSSL ndg-httpsclient pyasn1 python-dev libssl-dev libffi-dev

pip install "mongo-orchestration>=0.6.7,<1.0"
sudo pip install "mongo-orchestration>=0.6.7,<1.0"

wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-$MONGODB_VERSION.tgz

Expand Down
2 changes: 1 addition & 1 deletion scripts/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case "$TESTDIR" in
# Install haproxy-1.5
sudo add-apt-repository -y ppa:vbernat/haproxy-1.5
sudo apt-get update -qq
sudo apt-get install haproxy
sudo apt-get install -y haproxy
sudo service rabbitmq-server start
sleep 10
sudo haproxy -f config/rabbitmq/haproxy.cfg -db &
Expand Down

0 comments on commit f6b0a34

Please sign in to comment.