Link server_environment_files_sample to server_environment_files in

order to be able to install and run the tests
pull/48/head
Nicolas Bessi 2014-09-09 14:21:55 +02:00
parent b8bc5c2e06
commit d3788534b4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ install:
- travis_install_nightly ${VERSION} - travis_install_nightly ${VERSION}
- sudo pip install python-ldap - sudo pip install python-ldap
- printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc
- ln -s server_environment_files_sample ./server_environment_files
script: script:
- travis_run_flake8 - travis_run_flake8
- travis_run_tests ${VERSION} - travis_run_tests ${VERSION}