Try to run a python script

This commit is contained in:
Dan Buch 2016-05-22 19:37:59 -04:00
parent d277cbf893
commit 9491a91336
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -5,20 +5,23 @@ os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\urfave\cli clone_folder: c:\gopath\src\github.com\urfave\cli
environment: environment:
GOPATH: c:\gopath GOPATH: C:\gopath
GOVERSION: 1.6 GOVERSION: 1.6
PYTHON: C:\Python27-x64
PYTHON_VERSION: 2.7.x
PYTHON_ARCH: 64
install: install:
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH% - set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version - go version
- go env - go env
- go get github.com/urfave/gfmxr/... - go get github.com/urfave/gfmxr/...
- go get -v -t ./... - go get -v -t ./...
build_script: build_script:
- ./runtests vet - python runtests vet
- ./runtests test - python runtests test
- ./runtests gfmxr - python runtests gfmxr
test: off test: off