diff --git a/.appveyor.yml b/.appveyor.yml index df7536f16c7e..627f06dc00de 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -88,17 +88,7 @@ test_script: - echo The following args are passed to pytest %PYTEST_ARGS% - pytest %PYTEST_ARGS% -after_test: - # After the tests were a success, build wheels. - # Hide the output, the copied files really clutter the build log... - - 'python setup.py bdist_wheel > NUL:' - - dir dist\ - - echo finished... - artifacts: - - path: dist\* - name: packages - - path: result_images\* name: result_images type: zip