mirror of https://github.com/OCA/web.git
[FIX] install python package for travis
parent
5314375795
commit
ac4724a98d
|
@ -12,6 +12,7 @@ virtualenv:
|
|||
system_site_packages: true
|
||||
|
||||
install:
|
||||
- pip install anybox.testing.openerp
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- travis_install_nightly
|
||||
|
|
Loading…
Reference in New Issue