]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
Tests: Run tests with Python 3.8
[m_librarian.git] / appveyor.yml
index 804a8da30522509e0aa994a55841392ece1f624c..12053007902df0fba6c8a8518db923ba37c30c66 100644 (file)
@@ -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