mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-17 04:32:55 -06:00
Some PEP8 fixes and Travis update
This commit is contained in:
parent
a522eccebc
commit
52d7eb8e6d
@ -4,7 +4,8 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- VERSION="7.0"
|
- VERSION="7.0" ODOO_REPO="odoo/odoo"
|
||||||
|
- VERSION="7.0" ODOO_REPO="OCA/OCB"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
@ -12,12 +13,10 @@ virtualenv:
|
|||||||
install:
|
install:
|
||||||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||||
- travis_install_nightly ${VERSION}
|
- travis_install_nightly
|
||||||
- $HOME/maintainer-quality-tools/travis/travis_install_nightly ${VERSION}
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_run_flake8
|
- travis_run_tests
|
||||||
- travis_run_tests ${VERSION}
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
Module that allows to attach an URL as a document.
|
Module that allows to attach an URL as a document.
|
||||||
""",
|
""",
|
||||||
'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza',
|
'author': 'Serv. Tecnolog. Avanzados - Pedro M. Baeza',
|
||||||
'website' : 'http://www.serviciosbaeza.com',
|
'website': 'http://www.serviciosbaeza.com',
|
||||||
'depends': [
|
'depends': [
|
||||||
'document',
|
'document',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user