This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
71 lines (71 loc) · 1.91 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
language: python
cache:
directories:
- "$HOME/.cache/pip"
- "$HOME/.cache/pre-commit"
addons:
postgresql: '9.6'
stages:
- name: linting
- name: test
- name: deploy
if: tag IS present
python:
- 2.7
- 3.5
- 3.6
env:
- ODOO="8.0"
- ODOO="9.0"
- ODOO="10.0"
- ODOO="11.0"
- ODOO="12.0"
- ODOO="master"
matrix:
exclude:
- env: ODOO="8.0"
python: 3.5
- env: ODOO="8.0"
python: 3.6
- env: ODOO="9.0"
python: 3.5
- env: ODOO="9.0"
python: 3.6
- env: ODOO="10.0"
python: 3.5
- env: ODOO="10.0"
python: 3.6
- env: ODOO="11.0"
python: 2.7
- env: ODOO="12.0"
python: 2.7
- env: ODOO="master"
python: 2.7
install:
- pip install tox-travis
- pip install codecov
script:
- tox
after_success:
- codecov
jobs:
include:
- stage: linting
python: 3.6
env: TOXENV=pre-commit
- stage: linting
python: 3.6
env: TOXENV=check-readme
- stage: deploy
python: 3.6
if: tag IS present
deploy:
provider: pypi
user: xoe-labs
password:
secure: AtP2RZw//uSerywH9I1lbU0Qz7K351h5jOo1lTExjGsCrzCGOqX23djk/FbABPfNqdkm2lZDKynJgJewqbdRZkX82oZRerpUgxTSELebwPgrikYkP8NAFgm8LqA8I8nrLtErFulOm8q88ldyL30+/BhKujWEjz6uWrWCA2+GfE5Q80YmiYBsbEZR+kSwbsAEEUL+eyF4Bcz4g1uV39PVkTkFh/OgvmXzSjv7uMbZ6Qs5V9nE2FjhveAH58dHuFEjvxnxmvc3vp3c2GiGtYG1uSEI8XOoUNWuTNAd0l6t81KWK7S4TFo9J/utA96CgNWC3yakP1eveDrAWjKCCWs3+Jd5s0iXbAxSxNsUn1kWJqKt758cZPAdja+jFRpb4DHzZqeLg4myl5lRAZ0OOKRD6L1N+wWCPSBxpfveaJrQ6Ba7P3drJVP/3FDEHKmWOfytUaTLg6iHpQ2gBcpovBz9HiYV+ElPzU9mbM+e1cjBsv+LlC5JBrigA03RL4+neerQT+RY6KsQX/YwkrPgv8t9drp+Nw+fYYNH99x9mr637QFmepMxcUAYwImO7yZrahsr04p5HuFfaKWS4OtvlpkIl4oi1oThmq/IdgdfWIGKuHlJHfPHOsEOSiiOnEsfNGdP00Rdg7VsMLe0cgNeATjUMyTgX7watqa4GnzJoydvbQM=
distributions: sdist bdist_wheel
skip_upload_docs: true
on:
repo: "xoe-labs/dodoo-loader"
tags: true