Skip to content

Commit

Permalink
bug 1021465 - upgrade to peep 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jun 10, 2014
1 parent c7d7346 commit 34b85d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bootstrap:
if [[ ! "$$(type -p lessc)" ]]; then printf "\e[0;32mlessc not found! less must be installed and lessc on your path to build socorro.\e[0m\n" && exit 1; fi;
[ -d $(VIRTUALENV) ] || virtualenv -p python2.6 $(VIRTUALENV)
# install dev + prod dependencies
$(VIRTUALENV)/bin/pip install tools/peep-1.1.tar.gz
$(VIRTUALENV)/bin/pip install tools/peep-1.2.tar.gz
$(VIRTUALENV)/bin/peep install --download-cache=./pip-cache -r requirements.txt

install: bootstrap bootstrap-webapp reinstall
Expand Down
Binary file removed tools/peep-1.1.tar.gz
Binary file not shown.
Binary file added tools/peep-1.2.tar.gz
Binary file not shown.

0 comments on commit 34b85d8

Please sign in to comment.