Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1800af

Browse files
committed
CI: use visual_tests.py after a test failure
1 parent 82d42eb commit f1800af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ test_script:
9090
# tests
9191
# for now, just let them pass to get the after_test parts...
9292
- python tests.py || cmd /c "exit /b 0"
93+
- python visual_tests.py
9394

9495
after_test:
9596
# After the tests were a success, build packages (wheels and conda)
@@ -126,6 +127,7 @@ artifacts:
126127
type: zip
127128

128129
on_failure:
130+
- python visual_tests.py
129131
- echo zipping images after a failure...
130132
- 7z a result_images.zip result_images\ >NUL:
131133
- appveyor PushArtifact result_images.zip

0 commit comments

Comments
 (0)