]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests(CI): Add "db: postgresql" in appveyor.yml for Pg-related tests
authorOleg Broytman <phd@phdru.name>
Sun, 20 Aug 2017 20:07:44 +0000 (23:07 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 20 Aug 2017 20:20:35 +0000 (23:20 +0300)
appveyor.yml

index 47a926e24760e6f40b29dddcf4165ef00420654c..2dec36f80d56f8260999a203f35b71d85b952fa6 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"