8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c508c35 commit 5572869Copy full SHA for 5572869
.appveyor.yml
@@ -134,10 +134,6 @@ test_script:
134
# tests
135
- echo The following args are passed to pytest %PYTEST_ARGS%
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
142
after_test:
143
# 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
+ - codecov -e PYTHON_VERSION PLATFORM
177
178
on_failure:
+ # Generate a html for visual tests
179
- python tools/visualize_tests.py --no-browser
180
- echo zipping images after a failure...
181
- 7z a result_images.zip result_images\ | grep -v "Compressing"
0 commit comments