Skip to content

Commit

Permalink
Merge pull request #654 from urfave/appveyor-updates
Browse files Browse the repository at this point in the history
Update os, image, golang, and python versions used in appveyor
  • Loading branch information
jszwedko authored Aug 4, 2017
2 parents 2903b76 + f59114b commit b99aa81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: "{build}"

os: Windows Server 2012 R2
os: Windows Server 2016

image: Visual Studio 2017

clone_folder: c:\gopath\src\github.com\urfave\cli

environment:
GOPATH: C:\gopath
GOVERSION: 1.6
PYTHON: C:\Python27-x64
PYTHON_VERSION: 2.7.x
GOVERSION: 1.8.x
PYTHON: C:\Python36-x64
PYTHON_VERSION: 3.6.x
PYTHON_ARCH: 64

install:
Expand Down

0 comments on commit b99aa81

Please sign in to comment.