mirror of https://github.com/OCA/web.git
Remove sudo requirement
parent
4782ff0f52
commit
edaa6fb5b7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue