appveyor.yml: run tox

pull/110/head
parent 1d5be0cc9d
commit 7a72c38c3d
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -16,12 +16,12 @@ environment:
- PYTHON: "C:\\Python37-x64"
install:
- "%PYTHON%\\python.exe -m pip install wheel pytest pdfrw pillow pyinstaller pikepdf"
- "%PYTHON%\\python.exe -m pip install tox"
build: off
test_script:
- "%PYTHON%\\python.exe setup.py test"
- "%PYTHON%\\python.exe -m tox"
after_test:
- "%PYTHON%\\python.exe setup.py bdist_wheel"

Loading…
Cancel
Save