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
641 B

7 years ago
4 years ago
7 years ago
7 years ago
4 years ago
7 years ago
7 years ago
6 years ago
4 years ago
7 years ago
4 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. language: python
  2. python:
  3. - "3.6"
  4. notifications:
  5. email: false
  6. sudo: false
  7. cache: pip
  8. addons:
  9. postgresql: "9.6"
  10. apt:
  11. packages:
  12. - expect-dev
  13. - python3-lxml
  14. - python3-simplejson
  15. - python3-serial
  16. env:
  17. global:
  18. - VERSION="13.0" TESTS="1" LINT_CHECK="0"
  19. matrix:
  20. - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
  21. install:
  22. - git clone 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