Skip to content

Commit 1dc9a3b

Browse files
committed
Merge pull request OCA#29 from yvaucher/8.0-separate-lint
Separated Lint tests
2 parents 60d2cf3 + 2e44fde commit 1dc9a3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ virtualenv:
66
system_site_packages: true
77

88
env:
9-
- VERSION="8.0" ODOO_REPO="odoo/odoo"
10-
- VERSION="8.0" ODOO_REPO="OCA/OCB"
11-
- VERSION="8.0" UNIT_TEST="1"
9+
- VERSION="8.0" LINT_CHECK="1"
10+
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
11+
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
12+
- VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0"
1213

1314
install:
1415
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
@@ -18,7 +19,6 @@ install:
1819
- git clone https://github.com/OCA/server-tools -b ${VERSION} $HOME/server-tools
1920

2021
script:
21-
- travis_run_flake8
2222
- travis_run_tests
2323

2424
after_success:

0 commit comments

Comments
 (0)