]> git.phdru.name Git - sqlconvert.git/blobdiff - appveyor.yml
Build(setup.py): Use python_version marker and python_requires keyword
[sqlconvert.git] / appveyor.yml
index 47a926e24760e6f40b29dddcf4165ef00420654c..95e50c0f7de225cedc4830b9ed1d179c2d50068b 100644 (file)
@@ -60,34 +60,42 @@ environment:
       PYTHON_VERSION: "2.7"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python27"
+      db: postgresql
     - TOX_ENV: "py27-postgres-w32"
       PYTHON_VERSION: "2.7"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python27-x64"
+      db: postgresql
     - TOX_ENV: "py34-postgres-w32"
       PYTHON_VERSION: "3.4"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python34"
+      db: postgresql
     - TOX_ENV: "py34-postgres-w32"
       PYTHON_VERSION: "3.4"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python34-x64"
+      db: postgresql
     - TOX_ENV: "py35-postgres-w32"
       PYTHON_VERSION: "3.5"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python35"
+      db: postgresql
     - TOX_ENV: "py35-postgres-w32"
       PYTHON_VERSION: "3.5"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python35-x64"
+      db: postgresql
     - TOX_ENV: "py36-postgres-w32"
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "32"
       PYTHON_HOME: "C:\\Python36"
+      db: postgresql
     - TOX_ENV: "py36-postgres-w32"
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python36-x64"
+      db: postgresql
     - TOX_ENV: "py27-sqlite-w32"
       PYTHON_VERSION: "2.7"
       PYTHON_ARCH: "32"
@@ -136,7 +144,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "pip --version"
-  - "pip install tox ppu"
+  - "pip install --upgrade pip setuptools tox ppu"
 
 # No build step - we don't have C extensions
 build: false