Skip to content

Commit

Permalink
[FIX] regarding new conventions of maintainer-quality-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier-LAURENT committed Nov 10, 2015
1 parent 9134897 commit d848eec
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
language: python
sudo: false
cache: pip
cache:
apt: true
directories:
- $HOME/.cache/pip

python:
- "2.7"

addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

language: python

python:
- "2.7"
- python-simplejson
- python-serial
- python-yaml

env:
global:
Expand All @@ -25,18 +30,13 @@ virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- pip install anybox.testing.openerp phonenumbers unicodecsv
- travis_install_nightly
- git clone https://github.com/acsone/acsone-addons -b ${VERSION} $HOME/acsone-addons
- git clone --depth=1 https://github.com/OCA/web -b ${VERSION} $HOME/web
- git clone --depth=1 https://github.com/OCA/server-tools -b ${VERSION} $HOME/server-tools
- git clone --depth=1 https://github.com/OCA/connector -b ${VERSION} $HOME/connector
- git clone --depth=1 https://github.com/OCA/partner-contact -b ${VERSION} $HOME/partner-contact

script:
- travis_run_tests

after_success:
coveralls
travis_after_tests_success
22 changes: 22 additions & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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

acsone-addons https://github.com/acsone/acsone-addons

web
server-tools
connector
partner-contact

0 comments on commit d848eec

Please sign in to comment.