Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
to_squash
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed Oct 13, 2016
1 parent 6fcce60 commit 97f633c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ env:
- VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" # ODOO_REPO usage example
- VERSION="6.1" INCLUDE="test_module,second_module"
- LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="21" TRAVIS_PULL_REQUEST="false" # Use main pylint config file
- VERSION=master EXCLUDE="broken_no_access_rule" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="26" TRAVIS_PULL_REQUEST="true" # Use PR pylint config file
- VERSION="7.0" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="22" TRAVIS_PULL_REQUEST="true" # To check pylint_conf of PR's with old api
- VERSION=master EXCLUDE="broken_no_access_rule" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="46" TRAVIS_PULL_REQUEST="true" # Use PR pylint config file
- VERSION="7.0" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="33" TRAVIS_PULL_REQUEST="true" # To check pylint_conf of PR's with old api
- VERSION="" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="21" TRAVIS_PULL_REQUEST="false" # To check VERSION empty or unset case.
- INCLUDE="broken_no_access_rule" SERVER_EXPECTED_ERRORS="1" # test errors are detected

Expand Down

0 comments on commit 97f633c

Please sign in to comment.