Created
May 8, 2012 17:10
-
-
Save rhelmer/2637451 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..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