forked from shopinvader/odoo-shopinvader-payment
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
48 lines (39 loc) · 1.15 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
sudo: false
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
language: python
stages:
- linting
- test
python:
- "2.7"
jobs:
include:
- stage: linting
name: "Pre-Commit"
python: 3.6
install: pip install pre_commit
script: pre-commit run --all
env:
global:
- VERSION="10.0" TESTS="1" LINT_CHECK="0"
matrix:
- TESTS="0" LINT_CHECK="1"
- ODOO_REPO="odoo/odoo"
- ODOO_REPO="OCA/OCB"
- UNIT_TEST="1" ODOO_REPO="OCA/OCB"
install:
- git clone -b configure_line_with_error https://github.com/akretion/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- printf '[options]\n\nrunning_env = dev\nkeychain_key_dev = HRdthrkXp28SCHX0kmwOgIob-82N-w8zWoE_UsctE7E=' > ${HOME}/.openerp_serverrc
- sed -i -- 's/manifest-required-author,//g' ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg
script:
- mv .isort.cfg .isoft.cfg.disabled # to avoid trouble with pylint
- travis_run_tests
after_success:
- travis_after_tests_success
after_script:
- travis_delete_algolia_index