Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: use visual_tests.py after a test failure
  • Loading branch information
jankatins committed Jan 26, 2016
commit f1800afa17da37558bda0900e16fe29290674cf7
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ test_script:
# tests
# for now, just let them pass to get the after_test parts...
- python tests.py || cmd /c "exit /b 0"
- python visual_tests.py

after_test:
# After the tests were a success, build packages (wheels and conda)
Expand Down Expand Up @@ -126,6 +127,7 @@ artifacts:
type: zip

on_failure:
- python visual_tests.py
- echo zipping images after a failure...
- 7z a result_images.zip result_images\ >NUL:
- appveyor PushArtifact result_images.zip