Trivial updates to appveyor config

This commit is contained in:
Dan Buch 2016-05-23 19:39:04 -04:00
parent b37df9de86
commit 377aca16cf
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -13,17 +13,13 @@ environment:
GFMXR_DEBUG: 1
install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmxr/...
- go get -v -t ./...
build_script:
- python runtests vet
- python runtests test
- python runtests gfmxr
test: off
deploy: off
- python runtests vet
- python runtests test
- python runtests gfmxr