From 6d834572a15c93c56cdef493cfe17ecbede13981 Mon Sep 17 00:00:00 2001 From: oihane Date: Thu, 24 Sep 2015 14:59:27 +0200 Subject: [PATCH] [IMP] added unidecode to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index eadb0b61d..4ea16838e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ install: - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly - pip install python-ldap + - pip install unidecode - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc - ln -s server_environment_files_sample ./server_environment_files script: