]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
Python 3.7
[m_librarian.git] / appveyor.yml
index 128ac372e55420673cdad4fe7cb3c54b7b013e03..41b1cb21b318acf539c7e2f3ffd0c6f8950db612 100644 (file)
@@ -35,6 +35,14 @@ environment:
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python36-x64"
+    - TOXENV: "py37-sqlite-w32"
+      PYTHON_VERSION: "3.7"
+      PYTHON_ARCH: "32"
+      PYTHON_HOME: "C:\\Python37"
+    - TOXENV: "py37-sqlite-w32"
+      PYTHON_VERSION: "3.7"
+      PYTHON_ARCH: "64"
+      PYTHON_HOME: "C:\\Python37-x64"
 
 install:
   # Ensure we use the right python version