Pedro M. Baeza
6 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
19 deletions
-
.travis.yml
|
|
@ -8,34 +8,17 @@ python: |
|
|
|
addons: |
|
|
|
postgresql: "9.6" |
|
|
|
apt: |
|
|
|
# only add the two lines below if you need wkhtmltopdf for your tests |
|
|
|
# sources: |
|
|
|
# - pov-wkhtmltopdf |
|
|
|
packages: |
|
|
|
- expect-dev # provides unbuffer utility |
|
|
|
- python-lxml # because pip installation is slow |
|
|
|
- python-simplejson |
|
|
|
- python-serial |
|
|
|
- python-yaml |
|
|
|
# - wkhtmltopdf # only add if needed and check the before_install section below |
|
|
|
|
|
|
|
# set up an X server to run wkhtmltopdf. |
|
|
|
#before_install: |
|
|
|
# - "export DISPLAY=:912.0" |
|
|
|
# - "sh -e /etc/init.d/xvfb start" |
|
|
|
|
|
|
|
env: |
|
|
|
global: |
|
|
|
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" |
|
|
|
- TRANSIFEX_USER='transbot@odoo-community.org' |
|
|
|
- secure: ArnbVaF5+ry6zVysZ7HA9xcnQrodo8FsXXcon9yINTYRfDC9QEr+/mTLAPRl+lVLdtWV2GuGuX0vPYzBxFWpY3LR0BpKqXzx0G51s94zR2WWEmizYFzFhpAuIxoU4CYNckHFSUaPAQJhwB/pYx9+H/W6bMjG/VnZBq+AmBJ2Kh0= |
|
|
|
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" |
|
|
|
|
|
|
|
matrix: |
|
|
|
- LINT_CHECK="1" |
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
- TRANSIFEX="1" |
|
|
|
|
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" |
|
|
|
|
|
|
|
install: |
|
|
|
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools |
|
|
|