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 049d14d commit fb679a1Copy full SHA for fb679a1
appveyor.yml
@@ -56,8 +56,8 @@ install:
56
# Install wheel
57
- "%CMD_IN_ENV% pip install wheel"
58
59
- # Install dev requirements
60
- - "%CMD_IN_ENV% pip install -r dev-requirements.txt"
+ # Install nose
+ - "%CMD_IN_ENV% pip install nose"
61
62
build: false # Not a C# project, build stuff at the test step instead.
63
@@ -75,6 +75,3 @@ artifacts:
75
# Archive the generated packages in the ci.appveyor.com build report.
76
- path: dist\*.whl
77
78
-#on_success:
79
-# - TODO: upload the content of dist/*.whl to a public wheelhouse
80
-#
0 commit comments