mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 01:48:41 -06:00
Merge pull request #31 from yvaucher/8.0-separate-lint
Separated Lint tests
This commit is contained in:
commit
cf4594facd
@ -4,8 +4,9 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- VERSION="8.0" ODOO_REPO="odoo/odoo"
|
- VERSION="8.0" LINT_CHECK="1"
|
||||||
- VERSION="8.0" ODOO_REPO="OCA/OCB"
|
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
|
||||||
|
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
@ -18,7 +19,6 @@ install:
|
|||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_run_flake8
|
|
||||||
- travis_run_tests
|
- travis_run_tests
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user