Travis Fixes

This commit is contained in:
Enric Tobella 2017-11-03 09:35:22 +01:00 committed by Thierry Ducrest
parent 4758e55523
commit 273dd6caa0
1 changed files with 1 additions and 2 deletions

View File

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