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 Jan 13, 2019
1 parent 8b151d7 commit 9f6141e
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 @@ -63,7 +63,7 @@ cache:

install:
- bash -lc "pacman --noconfirm -S bash pacman pacman-mirrors"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-pkg-config mingw-w64-x86_64-devhelp mingw-w64-x86_64-toolchain base-devel"
- bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain base-devel"
- python -m pip install --upgrade pip setuptools wheel tox tox-pyenv pytest pytest-runner
# - set PATH=%GIT%;%PYTHON%;%PYTHON%\Scripts;%MINGW_W64%\bin;%PATH%
# - cmd: cp %MINGW_W64%\bin\mingw32-make.exe %MINGW_W64%\bin\make.exe
Expand Down Expand Up @@ -129,16 +129,16 @@ deploy: off
# - cmd: go get -t ./...

test_script:
- "%PYTHON%\\python.exe -m tox -e %TOX_ENV%"
# - "%PYTHON%\\python.exe -m tox"
- "%PYTHON%\\python.exe -m tox"

# on successful build
on_success:
- ECHO "BUILD VICTORY"

# on build failure
on_failure:
- type ./.tox/%TOX_ENV%/log/%TOX_ENV%-*.log
- ECHO "BUILD FAIL"
# - type ./.tox/%TOX_ENV%/log/%TOX_ENV%-*.log

# after build failure or success
on_finish:
Expand Down

0 comments on commit 9f6141e

Please sign in to comment.