Mathias 7 years ago
parent
commit
37c038aac2
  1. 3
      .travis.yml

3
.travis.yml

@ -18,13 +18,12 @@ addons:
env: env:
global: global:
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
matrix: matrix:
- TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="odoo/odoo"
install: install:
- pip install requests
- pip install cachetools - pip install cachetools
- pip install pdfconv - pip install pdfconv
- pip install anybox.testing.openerp - pip install anybox.testing.openerp

Loading…
Cancel
Save