Fix travis configuration

This commit is contained in:
Guewen Baconnier
2016-11-03 16:46:42 +01:00
parent 7eafdd75f4
commit 3fd26cb894
+10 -4
View File
@@ -1,13 +1,19 @@
sudo: false sudo: false
cache: pip language: python
cache:
apt: true
directories:
- $HOME/.cache/pip
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
- python-simplejson
language: python - python-serial
- python-yaml
python: python:
- '2.7' - '2.7'
@@ -21,7 +27,7 @@ env:
- TESTS="1" ODOO_REPO="odoo/odoo" - TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB" - TESTS="1" ODOO_REPO="OCA/OCB"
global: global:
- VERSION="9.0" - VERSION="9.0" LINT_CHECK="0" TESTS="0"
install: install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools