X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=41b1cb21b318acf539c7e2f3ffd0c6f8950db612;hb=7ec8811ea1e63e85f95a766095cb2479a52dc756;hp=128ac372e55420673cdad4fe7cb3c54b7b013e03;hpb=c3a01114c7f017b595372d0c5d910fbed6b1ce42;p=m_librarian.git diff --git a/appveyor.yml b/appveyor.yml index 128ac37..41b1cb2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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