mirror of https://github.com/OCA/web.git
Update travis configuration
use sudo: false to enable container build use cache: pip to cache pip packagespull/181/merge
parent
f7fc54a711
commit
70ae34e014
|
@ -3,6 +3,9 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in New Issue