Browse Source

Merge pull request #9 from yvaucher/8.0-separate-lint

Separated Lint tests
pull/10/head
Guewen Baconnier 10 years ago
parent
commit
0e1368f729
  1. 5
      .travis.yml

5
.travis.yml

@ -4,8 +4,9 @@ python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"
- VERSION="8.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
virtualenv:
system_site_packages: true

Loading…
Cancel
Save