mirror of https://github.com/OCA/web.git
Remove sudo requirement
parent
885147e5b2
commit
8ef9f637c4
|
@ -1,8 +1,13 @@
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- expect-dev # provides unbuffer utility
|
||||||
|
- python-lxml # because pip installation is slow
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue