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 22:56:42 +02:00
parent 72a7095389
commit 8f8e708c0d

View File

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