add reporting_engine to 7.0 travis.yml

This commit is contained in:
luc-demeyer
2014-10-05 15:40:07 +02:00
parent 1a8fcda6f4
commit dca02203b3

View File

@@ -20,6 +20,7 @@ virtualenv:
system_site_packages: true
install:
- git clone https://github.com/OCA/reporting-engine ${HOME}/reporting-engine -b ${VERSION}
- git clone https://github.com/oca/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone https://github.com/OCA/connector $HOME/connector -b ${VERSION}
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}