From d48663da2ad9b1a7a933e1b11fd565d7999449c9 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 15 Mar 2017 10:46:25 -0700 Subject: [PATCH] autobahn + appveyor = sadness (#302) --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 51ac140bb3..dc2a199d96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,6 @@ branches: build_script: - ps: .\build.ps1 install: - - set PATH=C:\Python27\scripts;%PATH% - - pip install autobahntestsuite - ps: Install-Product node 6 clone_depth: 1 test: off