Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
use sudo: false to enable container build
use cache: pip to cache pip packages
  • Loading branch information
gurneyalex committed Jul 24, 2015
1 parent 7d8c435 commit b2e2f50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sudo: false
cache: pip

addons:
apt:
packages:
Expand All @@ -9,6 +12,9 @@ language: python
python:
- "2.7"

sudo: false
cache: pip

addons:
apt:
packages:
Expand Down

0 comments on commit b2e2f50

Please sign in to comment.