Skip to content

Commit fb679a1

Browse files
committed
Only install what's needed to run tests on AppVeyor
1 parent 049d14d commit fb679a1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ install:
5656
# Install wheel
5757
- "%CMD_IN_ENV% pip install wheel"
5858

59-
# Install dev requirements
60-
- "%CMD_IN_ENV% pip install -r dev-requirements.txt"
59+
# Install nose
60+
- "%CMD_IN_ENV% pip install nose"
6161

6262
build: false # Not a C# project, build stuff at the test step instead.
6363

@@ -75,6 +75,3 @@ artifacts:
7575
# Archive the generated packages in the ci.appveyor.com build report.
7676
- path: dist\*.whl
7777

78-
#on_success:
79-
# - TODO: upload the content of dist/*.whl to a public wheelhouse
80-
#

0 commit comments

Comments
 (0)