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.

32 lines
628 B

  1. language: python
  2. sudo: false
  3. cache: pip
  4. python:
  5. - "3.5"
  6. addons:
  7. postgresql: "9.6"
  8. apt:
  9. packages:
  10. - expect-dev # provides unbuffer utility
  11. env:
  12. global:
  13. - VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  14. matrix:
  15. - LINT_CHECK="1"
  16. - TESTS="1" ODOO_REPO="OCA/OCB"
  17. - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  18. install:
  19. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  20. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  21. - travis_install_nightly
  22. script:
  23. - travis_run_tests
  24. after_success:
  25. - travis_after_tests_success