From ca444f3c7dcde91ac219bcb8661d4e71398d13cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 3 Jul 2016 16:54:40 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e5322df..ab3dd97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,7 @@ build_script: %PIP% install wheel %PYTHON% setup.py bdist_wheel - +test_script: +- cmd: '%PYTHON% setup.py test' artifacts: - path: dist\*.whl