Skip to content

Commit

Permalink
Merge 074012a into 8c5bcff
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed May 11, 2015
2 parents 8c5bcff + 074012a commit 4ff67a8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
sudo: required
language: python

python:
- "2.7"

addons:
apt:
packages:
- expect-dev
- python-lxml

env:
- VERSION="8.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="logistic_consignee,framework_agreement_sourcing_stock_route_transit" LINT_CHECK="0"
Expand All @@ -17,7 +22,8 @@ virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git -b master ${HOME}/maintainer-quality-tools
# - git clone https://github.com/OCA/maintainer-quality-tools.git -b master ${HOME}/maintainer-quality-tools
- git clone https://github.com/savoirfairelinux/maintainer-quality-tools.git -b containers ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

Expand Down

0 comments on commit 4ff67a8

Please sign in to comment.