fix AppVeyor

This commit is contained in:
nulano 2020-03-27 22:22:51 +01:00 committed by Andrew Murray
parent 0e5a6e6eb1
commit 9aa42c3fd6
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"):