Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Pull bundletester for now
Browse files Browse the repository at this point in the history
Bundletester has its own suite of dependencies coming in now, and this
will need to be fully isolated in a virtualenv to keep system packages
sane. For now it doesn't work so pull it and re-intoroduce it once 2.0
support has landed.

Prereq work to resolve the issue found in #18
  • Loading branch information
Charles Butler committed Mar 24, 2016
1 parent a9790d2 commit 79a5733
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install-review-tools.sh
Expand Up @@ -8,14 +8,13 @@ sudo apt-get install -qy \
charm \
charm-tools \
python-dev \
python-flake8 \
python-pip \
python-virtualenv \
python-tox \
rsync \
unzip

sudo pip install bundletester flake8 pyyaml --upgrade

echo "export LAYER_PATH=${HOME}/layers" >> /home/ubuntu/.bashrc
echo "export INTERFACE_PATH=${HOME}/interfaces" >> /home/ubuntu/.bashrc

Expand Down

0 comments on commit 79a5733

Please sign in to comment.