Enric Tobella
7 years ago
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
1 changed files with
6 additions and
8 deletions
-
.travis.yml
|
|
@ -24,10 +24,11 @@ env: |
|
|
|
matrix: |
|
|
|
- LINT_CHECK="1" |
|
|
|
- TRANSIFEX="1" |
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="database_cleanup" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="database_cleanup" |
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="database_cleanup" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup" |
|
|
|
- TESTS="1" ODOO_REPO="OCA/OCB" |
|
|
|
- TESTS="1" ODOO_REPO="odoo/odoo" |
|
|
|
# EXCLUDE="database_cleanup" |
|
|
|
# - TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="database_cleanup" |
|
|
|
# - TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="database_cleanup" |
|
|
|
|
|
|
|
|
|
|
|
before_install: |
|
|
@ -41,10 +42,7 @@ 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 |
|
|
|
# Install libraries that require specific development headers, but not during lint test |
|
|
|
- if ! [ "$LINT_CHECK" = "1" ]; then pip install pymssql MySQL-python pyodbc; fi |
|
|
|
- printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc |
|
|
|
- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files |
|
|
|
|
|
|
|
script: |
|
|
|
- travis_run_tests |
|
|
|
|
|
|
|