X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=blobdiff_plain;f=appveyor.yml;h=12053007902df0fba6c8a8518db923ba37c30c66;hp=804a8da30522509e0aa994a55841392ece1f624c;hb=5a068e6e04b4441e6efae55619e9b54da2d6a020;hpb=b9f69add9565dbf230080f82601b1d9b8c173cbe diff --git a/appveyor.yml b/appveyor.yml index 804a8da..1205300 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,14 @@ environment: PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" PYTHON_HOME: "C:\\Python37-x64" + - TOXENV: "py38-sqlite-w32" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "32" + PYTHON_HOME: "C:\\Python38" + - TOXENV: "py38-sqlite-w32" + PYTHON_VERSION: "3.8" + PYTHON_ARCH: "64" + PYTHON_HOME: "C:\\Python38-x64" install: # Ensure we use the right python version