forked from josch/img2pdf
appveyor.yml: don't run tests because we don't have imagemagick
This commit is contained in:
parent
95a313f437
commit
9eacfdaa76
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue