Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save rhelmer/2637395 to your computer and use it in GitHub Desktop.
diff --git a/Makefile b/Makefile
index 89cb22b..9cb81eb 100644
--- a/Makefile
+++ b/Makefile
@@ -25,9 +25,9 @@ test: setup-test phpunit
phpunit:
phpunit webapp-php/tests/
-thirdparty:
+thirdparty: virtualenv
# install production dependencies
- $(VIRTUALENV)/bin/pip install --use-mirrors --download-cache=pip-cache/ --
+ pip install --download-cache=pip-cache/ --ignore-installed --install-optio
install: java_analysis thirdparty reinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment