Skip to content

Commit 9488e38

Browse files
graingertgvanrossum
authored andcommitted
no need for windows artifacts, we're universal (#3691)
1 parent 7f8daf2 commit 9488e38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ test_script:
2222
# Ignore lint (it's run in Travis)
2323
- "%PYTHON%\\python.exe runtests.py -x lint"
2424

25-
after_test:
26-
- "%PYTHON%\\python.exe -m pip install wheel"
27-
- "%PYTHON%\\python.exe setup.py bdist_wheel -p win32"
28-
- "%PYTHON%\\python.exe setup.py bdist_wheel -p win_amd64"
29-
30-
artifacts:
31-
- path: dist\*
32-
3325
skip_commits:
3426
files:
3527
- docs/**/*

0 commit comments

Comments
 (0)