Remove sudo requirement

This commit is contained in:
Sandy
2015-05-13 16:16:19 -04:00
parent 9542abc0d4
commit c172d85478

View File

@@ -1,8 +1,13 @@
sudo: required
language: python
python:
- "2.7"
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
env:
- VERSION="8.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"