Skip to content

Commit 52a8308

Browse files
[MIG] Update metafiles
1 parent 79c1e84 commit 52a8308

2 files changed

Lines changed: 7 additions & 10 deletions

File tree

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
- $HOME/.cache/pip
77

88
python:
9-
- "2.7"
9+
- "3.5"
1010

1111
addons:
1212
apt:
@@ -27,12 +27,12 @@ addons:
2727

2828
# set up an X server to run wkhtmltopdf.
2929
#before_install:
30-
# - "export DISPLAY=:99.0"
30+
# - "export DISPLAY=:911.0"
3131
# - "sh -e /etc/init.d/xvfb start"
3232

3333
env:
3434
global:
35-
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
35+
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
3636
- TRANSIFEX_USER='jjscarafia'
3737
# to get secure, run 'travis encrypt TRANSIFEX_PASSWORD=[transifex_password] -r [github_repo]'
3838
# example of github repo 'ingadhoc/odoo-infrastructure'
@@ -49,11 +49,9 @@ env:
4949
# it's not necessary (it is only necessary if modules in your repository can't
5050
# be installed in the same database. And you get a huge speed penalty in your
5151
# tests)
52-
# - TESTS="1.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1"
5352
# - TESTS="1.0" ODOO_REPO="OCA/OCB" UNIT_TEST="1"
53+
# - TESTS="1.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1"
5454

55-
virtualenv:
56-
system_site_packages: true
5755

5856
install:
5957
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
[![Runbot Status](http://runbot.adhoc.com.ar/runbot/badge/flat/23/9.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-survey-23)
2-
[![Build Status](https://travis-ci.org/ingadhoc/survey.svg?branch=9.0)](https://travis-ci.org/ingadhoc/survey)
3-
[![Coverage Status](https://coveralls.io/repos/ingadhoc/survey/badge.png?branch=9.0)](https://coveralls.io/r/ingadhoc/survey?branch=9.0)
1+
[![Runbot Status](http://runbot.adhoc.com.ar/runbot/badge/flat/23/11.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-survey-23)
2+
[![Build Status](https://travis-ci.org/ingadhoc/survey.svg?branch=11.0)](https://travis-ci.org/ingadhoc/survey)
3+
[![Coverage Status](https://coveralls.io/repos/ingadhoc/survey/badge.png?branch=11.0)](https://coveralls.io/r/ingadhoc/survey?branch=11.0)
44
[![Code Climate](https://codeclimate.com/github/ingadhoc/survey/badges/gpa.svg)](https://codeclimate.com/github/ingadhoc/survey)
55

66
# ADHOC Survey
77

88
ADHOC Odoo Survey Modules
99

1010
[//]: # (addons)
11-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
1211
[//]: # (end addons)
1312

1413
Translation Status

0 commit comments

Comments
 (0)