Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change GOPATH and back to previous test_script
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 18, 2018
1 parent 1ff16b4 commit 5bce3ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
global:
GOOS: windows
GOARCH: amd64
GOPATH: c:\gopath
# GOPATH: $APPVEYOR_BUILD_FOLDER/gopath
# GOPATH: c:\gopath
GOPATH: $APPVEYOR_BUILD_FOLDER/gopath
GIT: c:\Program Files\Git\bin
APPVEYOR_SAVE_CACHE_ON_ERROR: true
MINGW_W64: c:\mingw-w64\x86_64-7.3.0-posix-seh-rt_v5-rev0\mingw64
Expand Down Expand Up @@ -114,6 +114,6 @@ build: off
deploy: off

test_script:
- make test-ci
# - "%PYTHON%\\python.exe -m tox"
# - make test-ci
- "%PYTHON%\\python.exe -m tox"
# - "build.cmd %PYTHON%\\python.exe -m tox"

0 comments on commit 5bce3ba

Please sign in to comment.