Travis Fixes
This commit is contained in:
parent
4758e55523
commit
273dd6caa0
|
|
@ -22,7 +22,6 @@ env:
|
||||||
- TESTS="1" ODOO_REPO="OCA/OCB"
|
- TESTS="1" ODOO_REPO="OCA/OCB"
|
||||||
- TESTS="1" ODOO_REPO="odoo/odoo"
|
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -q unidecode
|
- pip install -q unidecode
|
||||||
- pip install unicodecsv
|
- pip install unicodecsv
|
||||||
|
|
@ -31,7 +30,7 @@ install:
|
||||||
- travis_install_nightly
|
- travis_install_nightly
|
||||||
# Requirements to test server_environment modules
|
# Requirements to test server_environment modules
|
||||||
- printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc
|
- 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
|
- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_run_tests
|
- travis_run_tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue