fix powershell action preference

This commit is contained in:
Henning Peters 2015-12-19 10:21:32 +01:00
parent 600d00e3e1
commit c2bbfb9312

View File

@ -1,11 +1,11 @@
$ErrorActionPreference = "Stop"
param (
[string]$python = $(throw "-python is required."),
[string]$install_mode = $(throw "-install_mode is required."),
[string]$pip_date
)
$ErrorActionPreference = "Stop"
if(!(Test-Path -Path ".build"))
{
virtualenv .build --python $python