Skip to content

Commit

Permalink
Merge pull request #6 from yvaucher/8.0-separate-lint
Browse files Browse the repository at this point in the history
Separated Lint tests
  • Loading branch information
lepistone committed Dec 17, 2014
2 parents b67a22b + b154ed9 commit f6e667e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -16,7 +17,6 @@ install:
- travis_install_nightly

script:
- travis_run_flake8
- travis_run_tests

after_success:
Expand Down

0 comments on commit f6e667e

Please sign in to comment.