Some PEP8 fixes and Travis update

This commit is contained in:
Pedro M. Baeza 2014-09-12 11:16:45 +02:00
parent a522eccebc
commit 52d7eb8e6d
4 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
#
# OpenERP, Open Source Management Solution
# Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
#
# 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

View File

@ -3,7 +3,7 @@
#
# OpenERP, Open Source Management Solution
# Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
#
# 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',
],

View File

@ -3,7 +3,7 @@
#
# OpenERP, Open Source Management Solution
# Copyright (c) 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
#
# 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