parent
e7d428254a
commit
c50a8594fc
|
|
@ -10,6 +10,8 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- expect-dev # provides unbuffer utility
|
- expect-dev # provides unbuffer utility
|
||||||
- python-lxml # because pip installation is slow
|
- python-lxml # because pip installation is slow
|
||||||
|
- unixodbc-dev
|
||||||
|
- python-mysqldb
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
@ -23,7 +25,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
|
||||||
|
|
@ -32,7 +33,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
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,3 @@ running_env=dev
|
||||||
Translation Status
|
Translation Status
|
||||||
------------------
|
------------------
|
||||||
[](https://www.transifex.com/projects/p/OCA-server-env-11-0)
|
[](https://www.transifex.com/projects/p/OCA-server-env-11-0)
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit organization whose
|
|
||||||
mission is to support the collaborative development of Odoo features and
|
|
||||||
promote its widespread use.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue