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.

40 lines
991 B

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