Skip to content

Commit 5706d3e

Browse files
committed
Dependencies and Travis
1 parent 2e89e03 commit 5706d3e

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.travis.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
language: python
2+
3+
python:
4+
- "3.5"
5+
6+
sudo: false
7+
cache: pip
8+
9+
addons:
10+
postgresql: "9.2" # minimal postgresql version for the daterange method
11+
apt:
12+
packages:
13+
- expect-dev # provides unbuffer utility
14+
- python-lxml # because pip installation is slow
15+
# needed because server-tools is loaded in the dependency chain
16+
- unixodbc-dev
17+
- python-mysqldb
18+
19+
env:
20+
global:
21+
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
22+
- TRANSIFEX_USER='[email protected]'
23+
- secure: "XLhGdCIh86zcqww9qBpnk8Xqsf1Pcgw9SKr7X0KYBHJofHj4Z6Kq/oVFjpZ1LSjadsaABKbwY7h4hvKEpxZwptCv+fNTOKYy7hXFLGYnDeNeWu4zA4LI7TA5uPvyZjZ+g2xc+9dzR/VbfRHNqjvmgiEidxxqLeOnNFZ5CHdOdCw="
24+
matrix:
25+
- LINT_CHECK="1"
26+
- TRANSIFEX="1"
27+
- TESTS="1" ODOO_REPO="OCA/OCB"
28+
- TESTS="1" ODOO_REPO="odoo/odoo"
29+
30+
31+
install:
32+
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
33+
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
34+
- travis_install_nightly
35+
36+
script:
37+
- travis_wait travis_run_tests
38+
39+
after_success:
40+
- travis_after_tests_success

oca_dependencies.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
connector

0 commit comments

Comments
 (0)