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.

45 lines
925 B

  1. language: python
  2. python:
  3. - "2.7"
  4. #dist: trusty
  5. sudo: false
  6. cache: pip
  7. addons:
  8. apt:
  9. packages:
  10. - expect-dev # provides unbuffer utility
  11. - python-lxml # because pip installation is slow
  12. env:
  13. global:
  14. - VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0"
  15. - EXCLUDE="hw_printer_network"
  16. - PYLINT_ODOO_JSLINTRC="/home/travis/maintainer-quality-tools/travis/cfg/.jslintrc"
  17. matrix:
  18. - LINT_CHECK="1"
  19. - TESTS="1" ODOO_REPO="odoo/odoo"
  20. - TESTS="1" ODOO_REPO="OCA/OCB"
  21. - TESTS="1" UNIT_TEST="1"
  22. virtualenv:
  23. system_site_packages: true
  24. install:
  25. - pip install anybox.testing.openerp
  26. - git clone https://github.com/it-projects-llc/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. coveralls
  33. notifications:
  34. email: false