Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created May 8, 2012 17:10
Show Gist options
  • Select an option

  • Save rhelmer/2637451 to your computer and use it in GitHub Desktop.

Select an option

Save rhelmer/2637451 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 89cb22b..0e590d8 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ phpunit:
phpunit webapp-php/tests/
thirdparty:
+ virtualenv $(VIRTUALENV)
# install production dependencies
$(VIRTUALENV)/bin/pip install --use-mirrors --download-cache=pip-cache/ --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment