We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aac0ac commit f239b32Copy full SHA for f239b32
1 file changed
appveyor.yml
@@ -66,13 +66,13 @@ test_script:
66
# Run the project tests
67
- "py.test vmprof/ -vrs"
68
69
-after_test:
70
- # If tests are successful, create binary packages for the project.
71
- - "python setup.py bdist_wheel"
72
- - "python setup.py bdist_wininst"
73
- - "python setup.py bdist_msi"
74
- - ps: "ls dist"
75
-
76
-artifacts:
77
- # Archive the generated packages in the ci.appveyor.com build report.
78
- - path: dist\*
+#after_test:
+# # If tests are successful, create binary packages for the project.
+# - "python setup.py bdist_wheel"
+# - "python setup.py bdist_wininst"
+# - "python setup.py bdist_msi"
+# - ps: "ls dist"
+#
+#artifacts:
+# # Archive the generated packages in the ci.appveyor.com build report.
+# - path: dist\*
0 commit comments