From 9eacfdaa7607d224c86e1a1bfaa8f895d22f93dd Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 11 Dec 2021 11:22:59 +0100 Subject: [PATCH] appveyor.yml: don't run tests because we don't have imagemagick --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 203d097..bfb8c60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,9 @@ install: build: off -test_script: - - "%PYTHON%\\python.exe -m tox" +# don't run tests on windows because we don't have imagemagick +#test_script: +# - "%PYTHON%\\python.exe -m tox" after_test: - "%PYTHON%\\python.exe setup.py bdist_wheel"