Update travis configuration

use sudo: false to enable container build
use cache: pip to cache pip packages
This commit is contained in:
Alexandre Fayolle
2015-07-24 23:10:17 +02:00
parent 3cb37e81c3
commit a1554f9ce8

View File

@@ -2,6 +2,9 @@ language: python
python:
- "2.7"
sudo: false
cache: pip
addons:
apt:
packages: