Skip to content

Commit

Permalink
fixes bug 1108178 - upgrade to peep 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Dec 6, 2014
1 parent f672029 commit 6011bf0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
source "$VIRTUAL_ENV/bin/activate"

# install dev + prod dependencies
${VIRTUAL_ENV}/bin/pip install tools/peep-1.2.tar.gz
${VIRTUAL_ENV}/bin/pip install tools/peep-2.0.tar.gz
${VIRTUAL_ENV}/bin/peep install --download-cache=./pip-cache -r requirements.txt

if [ "`uname -sm`" == "Linux x86_64" ]; then
Expand Down
Binary file removed tools/peep-1.2.tar.gz
Binary file not shown.
Binary file added tools/peep-2.0.tar.gz
Binary file not shown.

0 comments on commit 6011bf0

Please sign in to comment.