mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Use consolidate maintener tools to ignore scenarios in flake tests
This commit is contained in:
@@ -6,7 +6,7 @@ virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/nbessi/maintainer-quality-tools.git $HOME/maintainer-quality-tools
|
||||
- git clone https://github.com/nbessi/maintainer-quality-tools.git $HOME/maintainer-quality-tools -b consolidated
|
||||
- git clone https://github.com/OCA/connector $HOME/connector -b 7.0
|
||||
|
||||
env:
|
||||
@@ -20,7 +20,7 @@ install:
|
||||
- pip install coveralls flake8
|
||||
|
||||
script:
|
||||
#- travis_run_flake8 # will be done in a separated commit
|
||||
- travis_run_flake8 steps
|
||||
- travis_run_tests_encapsulated.sh 7.0 openerp_test account $HOME/connector
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user