Permalink
Browse files

Adding more bleeding edge testing code

this is what it takes to work with beta12
  • Loading branch information...
1 parent 7935335 commit cfa3b42b0ed74fded798f0b172881dedf2a202bc @chuckbutler committed Jul 14, 2016
Showing with 14 additions and 2 deletions.
  1. +14 −2 install-review-tools.sh
View
@@ -12,10 +12,22 @@ sudo apt-get install -qy unzip \
python-pip \
python-virtualenv \
rsync \
- make
+ make \
+ bzr
sudo pip install -U pip
-sudo pip install bundletester flake8 pyyaml tox --upgrade
+sudo pip install flake8 pyyaml tox --upgrade
+
+cd /tmp
+bzr branch lp:~tvansteenburgh/python-jujuclient/beta11 jujuclient
+bzr branch lp:~tvansteenburgh/juju-deployer/beta11 deployer
+git clone https://github.com/juju/amulet
+git clone https://github.com/juju-solutions/bundletester
+
+cd /tmp/bundletester && sudo pip install -U ./
+cd /tmp/amulet && sudo pip install -U ./
+cd /tmp/deployer && sudo pip install -U ./
+cd /tmp/jujuclient && sudo pip install -U ./
# Fix for CI choking on duplicate hosts if the host key has changed

0 comments on commit cfa3b42

Please sign in to comment.