From eb05ea9bd7464232bbc81a8a9bfb902717d77b43 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Wed, 27 Feb 2019 07:26:22 -0800 Subject: appveyor: run print scripts after tests --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index a5fe5d03..38a6a8e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,6 +64,8 @@ test_script: after_test: - "%WITH_COMPILER% %PYTHON%/python.exe scripts/internal/winmake.py wheel" + - "%WITH_COMPILER% %PYTHON%/python.exe scripts/internal/print_access_denied.py" + - "%WITH_COMPILER% %PYTHON%/python.exe scripts/internal/print_api_speed.py" artifacts: - path: dist\* -- cgit v1.2.1