Skip to content

Commit

Permalink
seems like node-gyp doesn't like python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
f3lang committed Oct 10, 2018
1 parent 528462c commit 7676ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ environment:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_VER: "14"
PLATFORM: "x86"
PYTHON: C:\Python36\python.exe
PYTHON: C:\Python27\python.exe
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
VS_VER: "14"
PLATFORM: "x64"
PYTHON: C:\Python36-x64\python.exe
PYTHON: C:\Python27-x64\python.exe

install:
- curl -o gtk.tar.gz "https://s3.eu-central-1.amazonaws.com/f3lang/gtk3/gvsbuild-vs14-%PLATFORM%.tar.gz"
Expand Down

0 comments on commit 7676ca1

Please sign in to comment.