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.

38 lines
784 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. language: python
  2. sudo: false
  3. cache: pip
  4. python:
  5. # For branches <= 10.0, put `- "2.7.13"`
  6. - "2.7.13"
  7. addons:
  8. postgresql: "9.6"
  9. apt:
  10. packages:
  11. - expect-dev
  12. - python-lxml
  13. - python-simplejson
  14. - python-serial
  15. - python-yaml
  16. env:
  17. global:
  18. - VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
  19. - PHANTOMJS_VERSION="latest"
  20. - WEBSITE_REPO="1"
  21. matrix:
  22. - LINT_CHECK="1"
  23. - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  24. - TESTS="1" ODOO_REPO="OCA/OCB"
  25. install:
  26. - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
  27. - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
  28. - travis_install_nightly
  29. script:
  30. - travis_run_tests
  31. after_success:
  32. - travis_after_tests_success