From ff7f77fe292016888d89f1088f8a80445e3352c9 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 8 May 2019 17:17:59 +0200 Subject: [PATCH] Run tests on Appveyor again. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8fde913..d5ee6e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,11 +21,12 @@ install: build_script: - pip install -U setuptools - - pip install wheel + - pip install wheel zc.buildout zope.testrunner - python -W ignore setup.py -q bdist_wheel test_script: - - python setup.py test -q + - buildout + - bin\test.exe artifacts: - path: 'dist\*.whl'