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

Separated Lint tests
pull/37/merge
Leonardo Pistone 2014-12-17 12:22:08 +01:00
commit d210c5f086
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -19,7 +20,6 @@ install:
- travis_install_nightly
script:
- travis_run_flake8
- travis_run_tests
after_success: