Skip to content

Commit

Permalink
Merge pull request #43 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 ed6084d + e9ca214 commit 4a5108e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
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 Down
4 changes: 2 additions & 2 deletions picking_dispatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
from . import stock
from . import product
from . import company
import wizard
import report
from . import wizard
from . import report
2 changes: 1 addition & 1 deletion picking_dispatch/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
import dispatch_report
from . import dispatch_report

0 comments on commit 4a5108e

Please sign in to comment.