Add oca_dependencies.txt
This commit is contained in:
parent
039a3faa92
commit
ede873a890
|
|
@ -5,6 +5,7 @@ cache: pip
|
|||
python:
|
||||
- "3.5"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- expect-dev # provides unbuffer utility
|
||||
|
|
@ -29,7 +30,6 @@ install:
|
|||
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- 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
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,17 @@
|
|||
# List the OCA project dependencies, one per line
|
||||
# Add a repository url and branch if you need a forked version
|
||||
#
|
||||
# examples
|
||||
# ========
|
||||
#
|
||||
# To depend on the standard version of sale-workflow, use:
|
||||
# sale-workflow
|
||||
#
|
||||
# To explicitely give the URL of a fork, and still use the version specified in
|
||||
# .travis.yml, use:
|
||||
# sale-workflow https://github.com/OCA/sale-workflow
|
||||
#
|
||||
# To provide both the URL and a branch, use:
|
||||
# sale-workflow https://github.com/OCA/sale-workflow branchname
|
||||
|
||||
server-env https://github.com/TDu/server-env server_environment
|
||||
Loading…
Reference in New Issue