Skip to content

Commit

Permalink
[ci] refs fibercrypto#17 Change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevYuniers committed Nov 17, 2018
1 parent 559d10a commit d0f80f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ install:
# - C:\cygwin64\bin\du -hs "%LOCALAPPDATA%\pip\Cache"
- set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%GOPATH%\bin;%CYGWIN_64%\bin;%PATH%
- python --version
- go get github.com/go-clang/bootstrap github.com/go-clang/gen
- gcc --version
# - go get github.com/go-clang/bootstrap github.com/go-clang/gen
- cmd: git submodule init
- cmd: git submodule update
- cmd: cd gopath/src/github.com/skycoin/skycoin
Expand Down Expand Up @@ -113,5 +114,6 @@ build: off
deploy: off

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

0 comments on commit d0f80f8

Please sign in to comment.