appveyor.yml: don't run tests because we don't have imagemagick

parent 95a313f437
commit 9eacfdaa76
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

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

Loading…
Cancel
Save