Skip to content

Commit

Permalink
Merge pull request #2 from gurneyalex/6.1
Browse files Browse the repository at this point in the history
more PEP-8 fixes
  • Loading branch information
pedrobaeza committed Oct 13, 2014
2 parents b558fb0 + b22365c commit 2f93435
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:

env:
- VERSION="6.1" ODOO_REPO="odoo/odoo"
- VERSION="6.1" ODOO_REPO="OCA/OCB"

virtualenv:
system_site_packages: true
Expand All @@ -17,7 +16,6 @@ install:
- travis_install_nightly

script:
- travis_run_flake8
- travis_run_tests

after_success:
Expand Down
2 changes: 1 addition & 1 deletion purchase_order_webkit/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
##############################################################################

import purchase_order
import request_quotation
import request_quotation

0 comments on commit 2f93435

Please sign in to comment.