OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
948 B

  1. sudo: false
  2. dist: trusty
  3. cache: pip
  4. addons:
  5. apt:
  6. packages:
  7. - expect-dev # provides unbuffer utility
  8. - python-lxml # because pip installation is slow
  9. language: python
  10. python:
  11. - "2.7"
  12. env:
  13. global:
  14. - VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
  15. - TRANSIFEX_USER='transbot@odoo-community.org'
  16. - WKHTMLTOPDF_VERSION=0.12.4
  17. - secure: NUsXwVrMntcqge1ozKW+DSkP7dq+Rla6JVvFF2c89/g+zJaIqQRi8EQBLoqNwCdMk+rjpQeZt/JPELjH+EzPcmGddhDxOgVB3nUT9LvFXGCHF+NjmHXqyba4tuc7BnpG1WDD+rSlxVCt1aIjNIhhaZ4ic0rCWpKNYu/yFTsmChc=
  18. matrix:
  19. - LINT_CHECK="1"
  20. - TRANSIFEX="1"
  21. - TESTS="1" ODOO_REPO="odoo/odoo"
  22. - TESTS="1" ODOO_REPO="OCA/OCB"
  23. install:
  24. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  25. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  26. - travis_install_nightly
  27. script:
  28. - travis_run_tests
  29. after_success:
  30. - travis_after_tests_success