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.

36 lines
675 B

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