File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,6 @@ test_script:
134
134
# tests
135
135
- echo The following args are passed to pytest %PYTEST_ARGS%
136
136
- python tests.py %PYTEST_ARGS%
137
- # Generate a html for visual tests
138
- - python tools/visualize_tests.py --no-browser
139
- - pip install codecov
140
- - codecov -e PYTHON_VERSION PLATFORM
141
137
142
138
after_test :
143
139
# After the tests were a success, build packages (wheels and conda)
@@ -174,8 +170,11 @@ artifacts:
174
170
type : zip
175
171
176
172
on_finish :
173
+ - pip install codecov
174
+ - codecov -e PYTHON_VERSION PLATFORM
177
175
178
176
on_failure :
177
+ # Generate a html for visual tests
179
178
- python tools/visualize_tests.py --no-browser
180
179
- echo zipping images after a failure...
181
180
- 7z a result_images.zip result_images\ | grep -v "Compressing"
You can’t perform that action at this time.
0 commit comments