mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +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
|
||||
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user