[FIX] .travis.yml: PG

This commit is contained in:
Pedro M. Baeza
2019-12-17 01:18:04 +01:00
committed by GitHub
parent b1d25c498f
commit 5ec8837097

View File

@@ -6,6 +6,7 @@ python:
- "3.5"
addons:
postgresql: "9.6"
apt:
# only add the two lines below if you need wkhtmltopdf for your tests
# sources:
@@ -25,7 +26,7 @@ addons:
env:
global:
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="11.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
matrix:
- LINT_CHECK="1"