fix dependency path

This commit is contained in:
Alexandre Fayolle
2014-07-03 15:15:17 +02:00
parent 94a6f49746
commit 3a699f623d

View File

@@ -10,7 +10,7 @@ install:
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- $HOME/maintainer-quality-tools/travis/travis_install_nightly 7.0
- pip install coveralls flake8
- git clone https://github.com/OCA/stock-logistics-tracking -b 7.0
- git clone https://github.com/OCA/stock-logistics-tracking -b 7.0
- git clone https://github.com/OCA/stock-logistics-barcode -b 7.0
services:
@@ -18,7 +18,7 @@ services:
script:
- travis_run_flake8
- travis_run_tests 7.0 openerp_test $HOME/stock-logistics-tracking $HOME/stock-logistics-barcode
- travis_run_tests 7.0 openerp_test $HOME/OCA/stock-logistics-tracking $HOME/OCA/stock-logistics-barcode
after_success:
coveralls