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

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