mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Drop PGDATABASE and PGUSER from build matrix.
This commit is contained in:
parent
7fabb813de
commit
200e02e3c4
1 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue