Created
May 8, 2012 17:06
-
-
Save rhelmer/2637395 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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