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:04:43 +02:00
parent 6085180eb2
commit 8c29715d52

View File

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