Thanks to visit codestin.com Credit goes to github.com
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 b6b731e commit 1c35fbcCopy full SHA for 1c35fbc
1 file changed
.appveyor.yml
@@ -88,17 +88,7 @@ test_script:
88
- echo The following args are passed to pytest %PYTEST_ARGS%
89
- pytest %PYTEST_ARGS%
90
91
-after_test:
92
- # After the tests were a success, build wheels.
93
- # Hide the output, the copied files really clutter the build log...
94
- - 'python setup.py bdist_wheel > NUL:'
95
- - dir dist\
96
- - echo finished...
97
-
98
artifacts:
99
- - path: dist\*
100
- name: packages
101
102
- path: result_images\*
103
name: result_images
104
type: zip
0 commit comments