From e6f4480965dd62a6c4971a97c0ee2fc027c7db64 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 16 Dec 2015 18:23:48 +0100 Subject: [PATCH] get buildbot running --- venv.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv.ps1 b/venv.ps1 index 7ca6fb6bb..5daa3e7e0 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -10,4 +10,4 @@ if(!(Test-Path -Path ".build")) } .build\Scripts\activate.ps1 -python build.py $python $install_mode $pip_date +python build.py $install_mode $pip_date