From f08d871c240efd79a08a899196b4385a0375aacb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 15 Aug 2015 20:16:43 +0200 Subject: [PATCH] appveyor: Force using previous image. See https://github.com/appveyor/ci/issues/363 --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index bebd3c0f2..1e78e0b9f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,6 +3,7 @@ version: '{branch}-{build}' cache: - C:\projects\qutebrowser\.cache build: off +os: Previous Windows Server 2012 R2 environment: PYTHON: 'C:\Python34' PYTHONUNBUFFERED: 1