We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ee2ff commit e9df6dcCopy full SHA for e9df6dc
appveyor.yml
@@ -0,0 +1,19 @@
1
+build: off
2
+
3
+clone_folder: c:\gopath\src\github.com\go-python\gpython
4
5
+branches:
6
+ only:
7
+ - master
8
9
+environment:
10
+ GOPATH: c:\gopath
11
+ PATH: '%GOPATH%\bin;%PATH%'
12
13
+stack: go 1.10
14
15
+build_script:
16
+ - go get -v -t -race ./...
17
18
+test_script:
19
+ - go test -race ./...
0 commit comments