Skip to content

Commit c9f8ee1

Browse files
authored
Simplify setup.py.
1 parent 8a47a57 commit c9f8ee1

File tree

4 files changed

+131
-464
lines changed

4 files changed

+131
-464
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ install:
8080
%CMD_IN_ENV% pip install -U --disable-pip-version-check --timeout 5 --retries 2 -r tests/requirements-win.txt )"
8181

8282
- "%CMD_IN_ENV% python setup.py build"
83+
- "%CMD_IN_ENV% python setup.py bdist_wheel"
8384
- "%CMD_IN_ENV% pip install ."
8485

8586
build: none
@@ -89,6 +90,9 @@ test_script:
8990
# if we're just updating the cache.
9091
- "if not \"%APPVEYOR_SCHEDULED_BUILD%\" == \"True\" (%CMD_IN_ENV% %TEST1_CMD% )"
9192

93+
artifacts:
94+
- path: '**\*.whl'
95+
9296
on_finish:
9397
# - "python .\\tests\\scripts\\list_sitepackages.py"
9498
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\junit-results.xml))

pywin32_testall.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)