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:19 +02:00
parent f7fc54a711
commit 70ae34e014

View File

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