Drop PGDATABASE and PGUSER from build matrix.

This commit is contained in:
Tyson Clugg 2015-12-21 22:05:27 +11:00
parent 7fabb813de
commit 200e02e3c4

View file

@ -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: