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 build: off
test_script: # don't run tests on windows because we don't have imagemagick
- "%PYTHON%\\python.exe -m tox" #test_script:
# - "%PYTHON%\\python.exe -m tox"
after_test: after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel" - "%PYTHON%\\python.exe setup.py bdist_wheel"

Loading…
Cancel
Save