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.
2 parents 329565a + 1c35fbc commit 382db61Copy full SHA for 382db61
1 file changed
.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