From 7a72c38c3d7609a2a36a4fb050c394ae03a13e53 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 3 Aug 2020 23:26:15 +0200 Subject: [PATCH] appveyor.yml: run tox --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bf743b2..960b361 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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"