Merge pull request #59 from xavpaice/master

Add quotes to package install
This commit is contained in:
Jesse Keating 2015-12-08 12:26:35 -08:00
commit bc16005950
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ DEFAULT_GITURL = {
'stackforge': 'https://github.com/stackforge/'
}
DEFAULT_VENV_COMMAND = "virtualenv --no-wheel ."
DEFAULT_INSTALL_COMMAND = "./bin/pip install %s" # noqa
DEFAULT_INSTALL_COMMAND = "./bin/pip install '%s'" # noqa
TEMPLATE_VARS = ('name', 'version', 'gitref', 'stackforge')