From 52d7eb8e6d7544f35a833fb1d74f2c7736691218 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Fri, 12 Sep 2014 11:16:45 +0200 Subject: [PATCH] Some PEP8 fixes and Travis update --- .travis.yml | 9 ++++----- document_url/__init__.py | 2 +- document_url/__openerp__.py | 4 ++-- document_url/model/__init__.py | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 83c4a04e..c58be69f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" env: - - VERSION="7.0" + - VERSION="7.0" ODOO_REPO="odoo/odoo" + - VERSION="7.0" ODOO_REPO="OCA/OCB" virtualenv: system_site_packages: true @@ -12,12 +13,10 @@ virtualenv: install: - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - - travis_install_nightly ${VERSION} - - $HOME/maintainer-quality-tools/travis/travis_install_nightly ${VERSION} + - travis_install_nightly script: - - travis_run_flake8 - - travis_run_tests ${VERSION} + - travis_run_tests after_success: coveralls diff --git a/document_url/__init__.py b/document_url/__init__.py index 940101d2..3db8503d 100644 --- a/document_url/__init__.py +++ b/document_url/__init__.py @@ -3,7 +3,7 @@ # # OpenERP, Open Source Management Solution # Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) -# Pedro M. Baeza +# Pedro M. Baeza # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index 0880a996..dda23d22 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -3,7 +3,7 @@ # # OpenERP, Open Source Management Solution # Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) -# Pedro M. Baeza +# Pedro M. Baeza # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published @@ -28,7 +28,7 @@ Module that allows to attach an URL as a document. """, 'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza', - 'website' : 'http://www.serviciosbaeza.com', + 'website': 'http://www.serviciosbaeza.com', 'depends': [ 'document', ], diff --git a/document_url/model/__init__.py b/document_url/model/__init__.py index e036314c..8853063f 100644 --- a/document_url/model/__init__.py +++ b/document_url/model/__init__.py @@ -3,7 +3,7 @@ # # OpenERP, Open Source Management Solution # Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com) -# Pedro M. Baeza +# Pedro M. Baeza # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published