Pedro M. Baeza
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.travis.yml
|
@ -6,6 +6,7 @@ python: |
|
|
- "3.5" |
|
|
- "3.5" |
|
|
|
|
|
|
|
|
addons: |
|
|
addons: |
|
|
|
|
|
postgresql: "9.6" |
|
|
apt: |
|
|
apt: |
|
|
# only add the two lines below if you need wkhtmltopdf for your tests |
|
|
# only add the two lines below if you need wkhtmltopdf for your tests |
|
|
# sources: |
|
|
# sources: |
|
@ -25,7 +26,7 @@ addons: |
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
global: |
|
|
global: |
|
|
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" |
|
|
|
|
|
|
|
|
- VERSION="11.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" |
|
|
|
|
|
|
|
|
matrix: |
|
|
matrix: |
|
|
- LINT_CHECK="1" |
|
|
- LINT_CHECK="1" |
|
|