Merge pull request #248 from savoirfairelinux/8.0-transifex-config
[IMP] Badges and translation configpull/256/head
commit
005dd7a8b7
26
.travis.yml
26
.travis.yml
|
@ -1,22 +1,28 @@
|
||||||
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- expect-dev # provides unbuffer utility
|
- expect-dev # provides unbuffer utility
|
||||||
- python-lxml # because pip installation is slow
|
- python-lxml # because pip installation is slow
|
||||||
|
|
||||||
language: python
|
|
||||||
|
|
||||||
python:
|
|
||||||
- "2.7"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- VERSION="8.0" LINT_CHECK="1"
|
global:
|
||||||
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
|
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
|
||||||
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
|
- TRANSIFEX_USER='transbot@odoo-community.org'
|
||||||
- VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0"
|
- secure: Z06mZCN+Hm3myqHSOZpOOk1pd4oq1epAWZv6m9OX2bTNHbhyOVOGK6JWWsnDm/3DUCN1ZeLtSGOl9bvQfMa8ahQHA80MkLL16YlTvQV59Lh+L2gAYmxX+ogJCJgeQSVAXlGLscgkADCu/HzDlmatrDeROMtULn5i23j2qcyUNyM=
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
- LINT_CHECK="1"
|
||||||
|
- TRANSIFEX="1"
|
||||||
|
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||||
|
- TESTS="1" ODOO_REPO="OCA/OCB"
|
||||||
|
- UNIT_TEST="1"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
@ -32,4 +38,4 @@ script:
|
||||||
- travis_run_tests
|
- travis_run_tests
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
- travis_after_tests_success
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149)
|
[](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149)
|
||||||
[](https://travis-ci.org/OCA/server-tools)
|
[](https://travis-ci.org/OCA/server-tools)
|
||||||
[](https://coveralls.io/r/OCA/server-tools?branch=8.0)
|
[](https://coveralls.io/r/OCA/server-tools?branch=8.0)
|
||||||
|
[](https://codeclimate.com/github/OCA/server-tools)
|
||||||
|
|
||||||
Server Environment And Tools
|
Server Environment And Tools
|
||||||
============================
|
============================
|
||||||
|
@ -10,4 +11,7 @@ This project aim to deal with modules related to manage Odoo server environment
|
||||||
- Manage configuration depending on environment (devs, test, prod,..)
|
- Manage configuration depending on environment (devs, test, prod,..)
|
||||||
- Keep the security on update
|
- Keep the security on update
|
||||||
- Manage email settings
|
- Manage email settings
|
||||||
-...
|
|
||||||
|
Translation Status
|
||||||
|
------------------
|
||||||
|
[](https://www.transifex.com/projects/p/OCA-server-tools-8-0)
|
||||||
|
|
Loading…
Reference in New Issue