]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
CI: Require pip < 19.1 for Python 2.7 and 3.4
[m_librarian.git] / appveyor.yml
index 128ac372e55420673cdad4fe7cb3c54b7b013e03..0c913f24b63f02c99ed36603a594e27d1bba4b36 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
@@ -42,8 +50,8 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
-  - "python -m pip install --upgrade pip setuptools"
-  - "pip install --upgrade tox ppu"
+  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
+  - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"
 
 # No build step