mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
fix AppVeyor
This commit is contained in:
parent
0e5a6e6eb1
commit
9aa42c3fd6
|
@ -13,11 +13,16 @@ environment:
|
|||
DEPLOY: YES
|
||||
matrix:
|
||||
- PYTHON: C:/Python38
|
||||
ARCHITECTURE: x86
|
||||
- PYTHON: C:/Python38-x64
|
||||
ARCHITECTURE: x64
|
||||
- PYTHON: C:/Python35
|
||||
ARCHITECTURE: x86
|
||||
- PYTHON: C:/Python35-x64
|
||||
ARCHITECTURE: x64
|
||||
- PYTHON: C:/msys64/mingw32
|
||||
EXECUTABLE: bin/python3
|
||||
ARCHITECTURE: x86
|
||||
PIP_DIR: bin
|
||||
TEST_OPTIONS: --processes=0
|
||||
DEPLOY: NO
|
||||
|
|
|
@ -38,7 +38,7 @@ def test_viewer_show():
|
|||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
not on_ci() or is_win32(), reason="Only run on CIs; hangs on Windows 10",
|
||||
not on_ci() or is_win32(), reason="Only run on CIs; hangs on Windows CIs",
|
||||
)
|
||||
def test_show():
|
||||
for mode in ("1", "I;16", "LA", "RGB", "RGBA"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user