mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Remove sudo requirement
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user