forked from OCA/stock-logistics-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
25 lines (20 loc) · 815 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- $HOME/maintainer-quality-tools/travis/travis_install_nightly 8.0
- pip install coveralls flake8
- git clone https://github.com/OCA/product-attributes -b 8.0 $HOME/product-attributes
- git clone https://github.com/OCA/webkit-tools -b 8.0 $HOME/webkit-tools
- git clone https://github.com/OCA/stock-logistics-warehouse -b 8.0 $HOME/stock-logistics-warehouse
services:
- postgresql
script:
- travis_run_flake8
- travis_run_tests 8.0 openerp_test $HOME/product-attributes $HOME/webkit-tools $HOME/stock-logistics-warehouse
after_success:
coveralls