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.
2 parents 432b876 + e099b6d commit f141c7bCopy full SHA for f141c7b
.appveyor.yml
@@ -79,17 +79,7 @@ test_script:
79
- echo The following args are passed to pytest %PYTEST_ARGS%
80
- pytest %PYTEST_ARGS%
81
82
-after_test:
83
- # After the tests were a success, build wheels.
84
- # Hide the output, the copied files really clutter the build log...
85
- - 'python setup.py bdist_wheel > NUL:'
86
- - dir dist\
87
- - echo finished...
88
-
89
artifacts:
90
- - path: dist\*
91
- name: packages
92
93
- path: result_images\*
94
name: result_images
95
type: zip
0 commit comments