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="odoo/odoo"
|
||||
|
||||
|
||||
install:
|
||||
- pip install -q unidecode
|
||||
- pip install unicodecsv
|
||||
|
|
@ -31,7 +30,7 @@ install:
|
|||
- travis_install_nightly
|
||||
# Requirements to test server_environment modules
|
||||
- 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:
|
||||
- travis_run_tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue