From 34f286de010b2f0afee24b08c68a219b915fd1a2 Mon Sep 17 00:00:00 2001 From: "Mike C. Fletcher" Date: Sat, 30 Nov 2019 15:21:26 -0500 Subject: [PATCH] Remove broken after-test, add python 3.8 to accelerate build matrix --- appveyor.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cfadb8f6..e4defb2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,6 +59,14 @@ environment: - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.0" PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.0" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.0" + PYTHON_ARCH: "64" branches: @@ -85,8 +93,6 @@ build_script: test_script: - "%CMD_IN_ENV% pytest -sv tests/test_core.py" -after_test: off - artifacts: - path: accelerate\dist\* name: dist-accel