From 9fb261c8732faaf02cf63273a4a0ec2931403819 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 20 Aug 2017 23:07:44 +0300 Subject: [PATCH] Tests(CI): Add "db: postgresql" in appveyor.yml for Pg-related tests --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 47a926e..2dec36f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" -- 2.39.2