Permalink
Browse files

Pull bundletester for now

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...
1 parent a9790d2 commit 79a5733a6a248c0e8f91bb3fdf8e616f4a4f612d @chuckbutler chuckbutler committed Mar 24, 2016
Showing with 1 addition and 2 deletions.
  1. +1 −2 install-review-tools.sh
View
@@ -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

0 comments on commit 79a5733

Please sign in to comment.