Skip to content

Commit

Permalink
[IMP] Travis con pylint separado
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Dec 30, 2014
1 parent 277b88c commit 7d3fee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ python:
- "2.7"

env:
- VERSION="7.0" ODOO_REPO="odoo/odoo"
- VERSION="7.0" ODOO_REPO="OCA/OCB"
- VERSION="7.0" UNIT_TEST="1"
- VERSION="7.0" LINT_CHECK=1
- VERSION="7.0" ODOO_REPO="odoo/odoo" LINT_CHECK=0
- VERSION="7.0" ODOO_REPO="OCA/OCB" LINT_CHECK=0

virtualenv:
system_site_packages: true
Expand Down

0 comments on commit 7d3fee8

Please sign in to comment.