mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
use env to setup the PATH and make scripts available
This commit is contained in:
@@ -13,15 +13,16 @@ before_install:
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
before_script:
|
||||
env:
|
||||
- PATH=$HOME/maintainer-quality-tools/travis:$PATH
|
||||
|
||||
install:
|
||||
- $HOME/maintainer-quality-tools/travis/travis_install_nightly.sh 7.0
|
||||
- pip install coveralls flake8
|
||||
|
||||
script:
|
||||
- $HOME/maintainer-quality-tools/travis/travis_run_flake8
|
||||
- $HOME/maintainer-quality-tools/travis/travis_run_tests.sh 7.0 openerp_test $HOME/stock-logistics-tracking $HOME/stock-logistics-barcode
|
||||
- travis_run_flake8
|
||||
- travis_run_tests.sh 7.0 openerp_test $HOME/stock-logistics-tracking $HOME/stock-logistics-barcode
|
||||
|
||||
after_success:
|
||||
coveralls
|
||||
|
||||
Reference in New Issue
Block a user