From 200e02e3c47a5e0479882f520923435d2528d0fc Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Mon, 21 Dec 2015 22:05:27 +1100 Subject: [PATCH] Drop PGDATABASE and PGUSER from build matrix. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6f50af9..81a2ce6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,12 @@ python: - "pypy3" env: + global: + - PGDATABASE="django_ddp_test_project" + - PGUSER="postgres" matrix: - DJANGO="1.8" - DJANGO="1.9" - - PGDATABASE="django_ddp_test_project" - - PGUSER="postgres" # Django 1.9 dropped support for Python 3.3 matrix: